In the syntax of animate() method, why params parameter is used?
Options:
Explanation:
The
params parameter of jQuery
animate() method is used to define the CSS property to be animated.
Tags:
jQuery
Answer:
In the syntax of animate() method, why params parameter is used It is used to define the CSS property to be animated.