Display the matched elements by fading them to opaque. The .fadeIn() method animates
Display the matched elements with a sliding motion. The .slideDown() method animates
Set a timer to delay execution of subsequent items in the queue. Added to jQuery in version 1.4
Display or hide the matched elements with a sliding motion. The .slideToggle() method
The rate (in milliseconds) at which animations fire. This property can be manipulated to adjust
Display or hide the matched elements. Note: The event handling suite also
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Stop the currently-running animation on the matched elements. When .stop() is called
Perform a custom animation of a set of CSS properties. The .animate() method allows
Display or hide the matched elements by animating their opacity. The .fadeToggle()
Page 1 of 2