Basics:
Display the matched elements.
Hide the matched elements.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Sliding:
Returns: jQuery
Display the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Returns: jQuery
Display or hide the matched elements with a sliding motion.
Fading:
Display the matched elements by fading them to opaque.
Hide the matched elements by fading them to transparent.
Adjust the opacity of the matched elements.
Returns: jQuery
Display or hide the matched elements by animating their opacity.
Custom:
Perform a custom animation of a set of CSS properties.
Stop the currently-running animation on the matched elements.
Set a timer to delay execution of subsequent items in the queue.
Settings:
Returns: Boolean
Globally disable all animations.
Returns: Number
The rate (in milliseconds) at which animations fire.
Was this information helpful?

