jQuery Fade
Fading effects.
jQuery Fading Methods
With jQuery you can fade an element in and out of visibility.
jQuery has the following fade methods:
fadeIn()fadeOut()fadeToggle()fadeTo()
Syntax
$(selector).fadeIn(speed, callback);
Fading effects.
With jQuery you can fade an element in and out of visibility.
jQuery has the following fade methods:
fadeIn()fadeOut()fadeToggle()fadeTo()$(selector).fadeIn(speed, callback);