Also in: Effects > Custom | Data | Utilities .clearQueue() Remove from the queue all items that have not yet been run.
Also in: Effects > Custom | Data | Utilities .dequeue() Execute the next function on the queue for the matched elements.
Also in: Effects > Fading .fadeToggle() Display or hide the matched elements by animating their opacity.
Also in: Effects > Custom .finish() Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Also in: Effects > Custom | Deprecated > Deprecated 3.0 | Properties > Properties of the Global jQuery Object jQuery.fx.interval The rate (in milliseconds) at which animations fire.
Also in: Effects > Custom | Properties > Properties of the Global jQuery Object jQuery.fx.off Globally disable all animations.
Also in: Effects > Custom jQuery.speed Creates an object containing a set of properties ready to be used in the definition of custom animations.
Also in: Effects > Custom | Data | Utilities .queue() Show or manipulate the queue of functions to be executed on the matched elements.
Also in: Effects > Sliding .slideToggle() Display or hide the matched elements with a sliding motion.