In the syntax of animate() method, why params parameter is used?
Options:
Explanation:
The <span class="w3-codespan">params</span> parameter of jQuery <span class="w3-codespan">animate()</span> 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.