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.

Fade Effect on Link Hover?

on many sites, such as http://www.clearleft.com, you'll notice that when the links are hovered over, they will …

css hover fade effect
How do you fade in/out a background color using jquery?

How do I fade in text content with jQuery? The point is to draw the user's attention to the message.

jquery css background-color fade
Can I change the Android startActivity() transition animation?

I am starting an activity and would rather have a alpha fade-in for startActivity(), and a fade-out for the finish(). …

android animation fade transition
How to fade changing background image

I want to fade the images when I do this code: $("#large-img").css('background-image', 'url('+$img+')'); I've …

jquery background fade
CSS3 Fade Effect

a { float: left; width: 32px; height: 32px; text-align: left; text-indent:-9999px; background: url('../img/button.png') no-repeat 0 0; -webkit-transition: …

css fade css-transitions
Fade In on Scroll Down, Fade Out on Scroll Up - based on element position in window

I'm trying to get a series of elements to fade in on scroll down when they are fully visible in …

javascript jquery scroll fade
jQuery Change Image src with Fade Effect

I'm trying to create an effect where you click on a thumbnail image, and the link to the thumbnail will …

jquery image fade
Simple fade in fade out div with jquery on click

THIS CODE UNDER HERE WORKS, you can read the answers under here - i edit this for future reference. HTML: &…

javascript jquery hide fade
How to fade to display: inline-block

In my page I have a bunch (about 30) dom nodes that should be added invisible, and fade in when they …

jquery fade
Using jQuery .hide() with fading

I have a .hide() function that hides divs based on checkboxes. JS Fiddle of it working here Real site example …

jquery hide fade