cycling jQuery_Succinctly | Página 96

Click Me (hide animation)
Click Me (hide no animation)
Notes: The jQuery methods hide(), show(), toggle(), slideUp(), slideDown(), slideToggle(), when used on elements that have a CSS display value of inline, will be changed to display:block for the duration of the animation. Grokking sequential and nonsequential animations It is important to understand the difference between animations that happen simultaneously, and animations that occur in a sequential order over time. By default, when effect methods are chained, they are added to a queue, and each effect occurs one after another. Sample: sample97.html
Animate me!
Animate me!
96