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?

  1. animate(false)
  2. animate('false')
  3. animate("false")
  4. stop()

Answer: D) stop()

Explanation:

The jQuery method stop() is used to stop an animation before it is finished.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.