Top "Fade" questions

Fade refers to the UI technique of having page elements gradually gain or lose visibility, usually in response to a user action.

jQuery fade flickers

I have jQuery fade going here: http://dougie.thewestharbour.com/ When you hover over the .main-overlay div I would like …

jquery hover fadein fade fadeout
Rotating text with Javascript

I'd like to cycle through an array of words creating a text rotation affect. I have most of it working …

javascript jquery css rotation fade
ios uitableview fade bottom cell and top cell as you scroll

I am fading out cells of my uitableview as they scroll out of view, or fading them in as they …

ios uitableview fade
jQuery: interrupting fadeIn()/fadeOut()

Let's say I've called $element.fadeIn(200). 100 ms later, something happens on that page and I want to interrupt that fade …

javascript jquery fade
How to programmatically alpha fade a textured object in OpenGL ES 1.1 (iPhone)

I've been using OpenGL ES 1.1 on the iPhone for 10 months, and in that time there is one seemingly simple task …

iphone opengl fade textures alpha
Andengine fade in/out and alpha modifiers not working

I have a problem with AndEngine GLES2. I have this code: Sprite black = new Sprite(0,0, blackRegion, this.getVertexBufferObjectManager()); black.setSize(…

android andengine fade alpha andengine-gles-2