Home »
MCQs »
jQuery MCQs
In the syntax of animate() method, why params parameter is used?
53. In the syntax of animate() method, why params parameter is used?
- It is used to define the speed of the animation
- It is used to define the mouse events on the HTML element
- It is used to define the CSS property to be animated
- None of the above
Answer: C) It is used to define the CSS property to be animated
Explanation:
The params parameter of jQuery animate() method is used to define the CSS property to be animated.