Some people don’t want animation to interfere with their web page experience. What do I do if I want to let a user turn off the animation?
Answer options
A
Use the jquery method:stop()
B
<div>
C
<span>
D
<section>
Correct answer: Use the jquery method:stop()
Explanation
The correct answer is: Use the jquery method:stop().