.stop()
.stop( [clearQueue ] [, jumpToEnd ] )Returns: jQuery Description: Stop the currently-running animation on the matched elements. version added: 1.2.stop( [clearQueue ] [, jumpToEnd ] ) clearQueue...
View Article.queue()
Show or manipulate the queue of functions to be executed on the matched elements. Contents: .queue( [queueName ] ).queue( [queueName ] ) .queue( [queueName ], newQueue ) .queue( [queueName ], newQueue...
View ArticlejQuery.speed
jQuery.speed( [duration ] [, settings ] )Returns: PlainObject Description: Creates an object containing a set of properties ready to be used in the definition of custom animations. version added:...
View ArticlejQuery.fx.off
jQuery.fx.offReturns: Boolean Description: Globally disable all animations. version added: 1.3jQuery.fx.off When this property is set to true, all animation methods will immediately set elements to...
View ArticlejQuery.fx.interval
jQuery.fx.intervalReturns: Numberversion deprecated: 3.0 Description: The rate (in milliseconds) at which animations fire. version added: 1.4.3jQuery.fx.interval This property is deprecated as of...
View Article.finish()
.finish( [queue ] )Returns: jQuery Description: Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements. version added: 1.9.finish(...
View Article.dequeue()
.dequeue( [queueName ] )Returns: jQuery Description: Execute the next function on the queue for the matched elements. version added: 1.2.dequeue( [queueName ] ) queueName Type: String A string...
View Article.delay()
.delay( duration [, queueName ] )Returns: jQuery Description: Set a timer to delay execution of subsequent items in the queue. version added: 1.4.delay( duration [, queueName ] ) duration Type:...
View Article.clearQueue()
.clearQueue( [queueName ] )Returns: jQuery Description: Remove from the queue all items that have not yet been run. version added: 1.4.clearQueue( [queueName ] ) queueName Type: String A string...
View Article.animate()
.animate( properties [, duration ] [, easing ] [, complete ] )Returns: jQuery Description: Perform a custom animation of a set of CSS properties. version added: 1.0.animate( properties [, duration ]...
View Article