Back
.fadeIn( [duration], [complete] )
Slowly fade the matched elements into view
Params
duration
{
Number
} [optional]
Length of the transition
complete
{
Function
} [optional]
Callback to be executed after animation is complete
Returns
DollarJS (chainable)
Examples