jQuery Effects – Fading
jQuery Effects – Fading
In jQuery fading effects, we can fade an element in and out of visibility. jQuery has the following fade methods:
fadeIn()
fadeout()
fadeToggle()
fadeTo()
jQuery fadeIn() Method
The jQuery fadeIn() method is used to make visible a hidden element with animation effect.
Syntax:Â Â $(selector).fadeIn(speed, callback);
speed Parameter specifies the duration of the effect. It can take the following…
View On WordPress













