Custom
-
.animate()
Perform a custom animation of a set of CSS properties.
-
.busy()
Add or remove a busy layer to each of the set of matched elements.
-
.clearQueue()
Remove from the queue all items that have not yet been run.
-
.delay()
Set a timer to delay execution of subsequent items in the queue.
-
.dequeue()
Execute the next function on the queue for the matched elements.
-
jQuery.fx.interval
Custom | Properties of the Global jQuery Object
The rate (in milliseconds) at which animations fire.
-
jQuery.fx.off
Custom | Properties of the Global jQuery Object
Globally disable all animations.
-
.queue()
Show the queue of functions to be executed on the matched elements.
-
.stop()
Stop the currently-running animation on the matched elements.