Custom

jQuery

Category: Custom


These methods allow you to create effects that are not provided “out of the box” by jQuery.

.animate()

Perform a custom animation of a set of CSS properties.

.delay()

Set a timer to delay execution of subsequent items in the queue.

.finish()

Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.

.queue()

Show or manipulate the queue of functions to be executed on the matched elements.

.stop()

Stop the currently-running animation on the matched elements.