Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery finish() Method

jQuery finish() Method

 

 

The finish() method is used to stop the currently running animations, remove all queued animations, and complete all animations for the selected elements. It is similar to stop() but it causes all queued animations CSS properties to stop.

 

Syntax:-

 

Its syntax is:- $(selector).finish(queueName)

 

Further Explanation:-

 

Parameter Description
queueName Optional. Specifies the name of the queue to stop animations

Code Explanation

All Tutorials related to jQuery Effects

All Sections related to Jquery