|
How to stop currently executing animation? - .stop()
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Effects
To stop currently executing animation for an element, stop() method can be used. When the currently executing animation stops, the next animation in the queue starts (if exists).
|