The effect tag has no wiki summary.
1
vote
0answers
26 views
Textillate-effect displays all unordered list items when combined with <a href=“#”></a>
Dear fellow Stackoverflowers,
I am using Textillate to apply an effect on an unordered list.
This works so far so well. Unfortunately when I combine the Hyperlinks within the < ul > - Element, it ...
0
votes
0answers
52 views
Adding a 3d effect to html table
I have created an HTML table. Is there a way that I can add a 3D effect to the entire table as to resemble a 3D image or a table will a glossy effect using CSS? Here is the code:
<table ...
0
votes
1answer
37 views
How do I use jquery inside WordPress Loop?
How do I use jquery inside WordPress Loop without repeating effect
<div class="post">
<?php if ( have_posts() ) :
while ( have_posts() ) : the_post(); ?>
<a ...
0
votes
1answer
64 views
How to make Jquery object start to bounce when scrolling to it?
I have a web site with 1 page.
Page width is 17289px
It is divided to separated pages each page width 1920px.
So there is only a horizontal scrolling
On page 8 I have an image.
I what to make the ...
0
votes
1answer
50 views
grid.arrange or the like with John Fox's effects plots
I'd like to combine multiple effect plots in one window with the effects package, but don't know if there is an easy way to do so.
Here's an example that doesn't work:
d1 ...
1
vote
1answer
208 views
COCOS2D Particle Effect Collision
I have no idea why it isn't working. The particle effect is located left bottom screen, instead of the part where it collided.
in .H file
CCParticleExplosion *starsExplosion;
In .M file
Under ...
1
vote
1answer
149 views
Use multiple pixel shaders?
I just started using pixel shaders with xna, but I can't wrap my head around several things, and it seems there is no clear answer anywhere...
I use spriteBatch.Begin(SpriteSortMode.Immediate, ...
0
votes
1answer
110 views
Juce vst synth: cannot instantiate abstract class
I've generated source and project files for simple vst synth in Introjucer. The code compiles with one weird error:
error C2259: 'SimpleSynthAudioProcessor' : cannot instantiate abstract class
The ...
0
votes
1answer
121 views
Make a banner fall from behind a header
I want to make this wood banner "fall" from behind the header whenever the user hovers over it.
I have searched the entire web for at least an example of how to do it. I found none. I know there ...
0
votes
1answer
133 views
OpenGL ES 1.1 - aquarium's realistic rendering
I've got some meshes that try to resemble an aquarium. I can move the point of view or camera that has a light attached to it. Only the front glass is fully transparent, it is suposed to be the screen ...
0
votes
1answer
157 views
Preferences screen blinking
I have a problem with preferences, some users tell me that screen start blinking and is not possible to stop it and need to reboot.
I tryed to eliminate every kind of code in java source ...
1
vote
3answers
567 views
Apply GPUImage filter to a UIView
I've a problem. I need to apply a filter like Pixelate or Blur to an entire UIView.
Like the eBay iPad app.
I thought to use GPUImage but I don't know how to do it.
There is a way to apply a filter ...
6
votes
2answers
286 views
How to make a header bar fold over the webpage css
Can someone please tell me the CSS code or point me to a tutorial on how to achieve this effect see all the time.
Here is a image of what I'm talking about:
Note: I know how to position with ...
1
vote
1answer
366 views
WP8: Is there an easy way to scale and blur an BitmapImage for windows phone app?
I am working on a windows Phone app that can read Album arts dynamically from Music files through MediaPlayer APIs. I wish to get album arts and resize for view's background. Since the resize would ...
2
votes
0answers
403 views
PowerPoint VBA How to set the color of msoAnimEffectChangeFillColor Effect
I am using PowerPoint 2010 and I am trying to add animation to a bunch of shapes that will change their color to green,
but all I get is that the color is changing to dark red
Private Sub ...
-2
votes
1answer
734 views
Jquery - smooth rotating cube effect [closed]
So I'm trying to find a cube effect that behaves like the following site raventools.com, where you mouse over one of the square elements and it rotates to reveal more content.
I've found a number of ...
0
votes
1answer
26 views
How is this effect called (hover 1 item antoherone changes). I don't know how to google it
i'm sure you can help me.
For example: on this site - when you click on "team" - you can hover over an image and the name is shown on the top. (ja, it's flash, i know ;) )
So, i want to do this in ...
10
votes
2answers
417 views
Combining multiple pixel shaders efficiently
So I'm making a thing with XNA 3.1, and I have a lot of separate effects that are applied via pixel shaders. These come from all sorts of sources, such as special attacks, environment, and so forth. ...
1
vote
1answer
167 views
hover effect that make some object to change or move, using (maybe) processing.js?
I spent whole night to figure it out how does hover effect on this site http://goo.gl/WXlGT work. But i still cant get it. At first i thought that its made in flash, than i thought its html5 but ...
0
votes
1answer
69 views
Common click effect for any android component
My android application uses custom images heavily, it will be a huge work to design "effect" images for each of them, e.g. clicking effect and others.
I'm looking for an easy solution. For example, ...
0
votes
1answer
128 views
Modify camera frame
I am programming an android application. This application uses camera and different visualization modes, like grey, high contrast, etc. It will be used by people with very low vision to read any kind ...
1
vote
1answer
148 views
JQuery applying hover effect to the whole class
I have a problem and I couldn't find a specific answer anywhere.
I have downloaded a JQuery plugin as this is my first java script attempt and I am trying to apply this zoom hover effect to each ...
-3
votes
3answers
133 views
How Is This Effect Achieved? HTML/CSS/jQuery [closed]
If you go to this site here: http://alexdunphy.github.com/refineslide/#installation
And click on the menu buttons "Installation", "Tuning", "FAQ", "About" etc... you'll notice there is a nice ...
1
vote
0answers
240 views
Show image zoom window for picture using jquery
I have SVG images on a page. When you hover over the SVG, I want to see a zoom up of the area I'm hovering over. I don't want the zoom effect window to be placed relative to my cursor. I have a box in ...
1
vote
1answer
218 views
Adding animate (slide from left/right etc.) on page load
I want to add some animation when the page loads. I tried a couple times but wasn't successful. Could you help me with a jquery hack?
HTML & Jquery part:
<div ...
1
vote
1answer
67 views
Toggle classname and remove if clicked on other link with fadein , fadeout effect
Here's something that I have
link A Text A
link B Text B
link C Text C
When someone clicks on Link A, its color changes to red and the color of text A should also change with fade in ...
0
votes
0answers
103 views
Tilt effect in windows phone [closed]
I want to add in my project the tilt effect but only when the user navigate hrough the pages. How can i do this.
0
votes
2answers
272 views
DropShadowEffect to a specific element in XAML
I have a Border that consist of other UI Controls like Canvas, Buttons, ComboBox etc. I only want a DropShadowEffect on the Border, but all children Controls end up inheriting the DropShadowEffect.
...
0
votes
1answer
99 views
Image hover effect starting with a dark opaque background
I'm sorry if my title is vague I tried to give it some logic I dont know.
Anyway, so here is a site im working on (in progress)
http://art-williams.com/misc/index.html
and the 4 grid area as you can ...
0
votes
0answers
93 views
highlight background effect
Is there an Android effect to highlight a background like with jQuery :
http://docs.jquery.com/UI/Effects/Highlight
I want to make a degrade on a Layout when I click on it...
Or do we have to do it ...
0
votes
1answer
164 views
jQuery: How to toggle a round div, and start toggle from center? (Expand from center)
Language: Javascript | jQuery | PHP | HTML5
What I'm asking for is similar to this question.
I need to grow a "bubble" (round thingy) from the center (and not from top-left), on first page load.
I ...
0
votes
0answers
143 views
Activity transition effect - 3 and more activities in a row
let me explain my situation/problem. I have main activity#1, from which I start activity#2 (where I have added overridePendingTransition(xxxxxx) in OnCreate). It works like a charm when coming back to ...
1
vote
0answers
160 views
add dropshadow effect to context menu in JavaFX
I've tried to do this with CSS like this (test example):
.context-menu {
-fx-effect: dropshadow(one-pass-box, black, 10, 1.0, 3, 3)
}
but it doesn't work. Tried to find out which node i should ...
1
vote
0answers
64 views
CSS selection and effects
Heelo guys !
I need a hand with CSS.
I would like to do an effect on all the item when one of them is clicked.
#scrollBox #content .item:active (?)
{
width: 0px;
}
#scrollBox #content .item
{ ...
0
votes
1answer
112 views
Silverlight Custom effect, get parent
I am trying to create a custom effect by inheriting from Effect.
<Ellipse Width="75" Height="75" Stroke="LightGray">
<Ellipse.Effect>
<local:GlowEffect GlowRadius="10"/>
...
1
vote
0answers
313 views
Nivo slider: Some effects not working?
So i thought i'd implement the Nivo jQuery slider to one of my projects. Everything is implemented and it should work fine as far as i know, but for some reason some effects don't work.
If i set the ...
1
vote
1answer
198 views
IOS: How to create a destroy effect animation on a uiview
I want to create an effect to destroy a view after it is stretched.
It could be anything from pop like a baloon, expode, break into shards, something like that, even simply split by half and then i ...
0
votes
1answer
1k views
Javascript slide effect onclick
I'd like to add a slide & fade effect to a DIV, with purely Javascript, using "onclick".
The code is here: http://jsfiddle.net/TCUd5/
The DIV that has to slide has ...
2
votes
1answer
210 views
Custom Audio Effect in CoreAudio Audio Graph - Render Callback
I'm building a MIDI synth using CoreAudio. Currently, I have the following audio graph:
Sampler -> Reverb -> IO
I need to add a chorus effect to the graph as well as the reverb. The ...
1
vote
1answer
127 views
apply color saturation on the entire renderer
I would like to apply a color saturation on the entire final renderer.
Is there an easy way to do it without using shaders ?
I don't know anything about DirectX :x
I saw an "Effect" parameter in ...
0
votes
0answers
126 views
How can I ensure that composite Flex Effect instances “seek” properly?
I am using MXML to declaratively create composite animation effects within a Flex-based application. The targets and durations of the effects will be set at runtime. I don't use the Effect.play() ...
0
votes
1answer
252 views
Using the graphics card in a class library
I want to write a graphics library for image processing and computer vision. Because the algorithms are sometimes very slow on big images, I want to use the PixelShader of the graphics card to do ...
4
votes
1answer
456 views
How can I implement Offset Path Effect in SVG without using Javascript or dilate/erode filters?
I have a long time project: a basic vector graphic tool which runs in browser and uses SVG and Javascript (maybe you have seen somekind of these elsewhere). The tool has only very limited set of ...
0
votes
0answers
144 views
JQuery slide/toggle effect crashes [RESOLVED]
I have done the following HTML 1row-table which has a sliding/toggle effect made with jQuery. The hidden content can be showed up by clicking on the purple cell (Cell #1), on the left.
...
1
vote
2answers
143 views
jquery - animate?
Currently I'm developing a web shop, and I want to make an animation. When a user hits the button "Add to cart" I want to add the product to the cart (image goes directly to the cart animation). I ...
0
votes
1answer
91 views
Android: Take the next playing card of a stapel effect
I want that the user of my application has the effect of taking the next card from a stapel. So the user should take the next card with touching the card and sliding the topmost playing card to the ...
0
votes
2answers
57 views
what is name of this transition effect?
This is the link http://codecanyon.net/item/estro-jquery-ken-burns-swipe-effect-slider/full_screen_preview/235111
What is the effect name of image transition in that slider? And how to achieve it? Is ...
0
votes
1answer
667 views
javascript image slider
Hello guys i am a newbie JavaScript coder.
I was trying to make a JavaScript image slider, after long time i coded some code but,
in the middle of the way i got a problem and it is that the slider ...
0
votes
1answer
87 views
Jquery effects .queue()
This is the site i'm working on: http://www.sircat.net/joomla/sircat/mies/calendari.html
When I click on any year column (2012, 2011, 2010, etc) it shows the content of each year and hide the other ...
0
votes
1answer
101 views
Flex hide Text 2 seconds after it's shown
I have this scenario I'm trying to accomplish:
I have Text that is always on the screen, but most of the time visible is set to false. I have a handler that when an event occurs it makes this Text ...

