.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( [queue ] )
- queue (default:
'fx'
)Type: StringThe name of the queue in which to stop animations.
-