Home »
MCQs »
jQuery MCQs
Which jQuery method is used to stop an animation before it is finished?
55. Which jQuery method is used to stop an animation before it is finished?
- animate(false)
- animate('false')
- animate("false")
- stop()
Answer: D) stop()
Explanation:
The jQuery method stop() is used to stop an animation before it is finished.