In the syntax of animate() method, why params parameter is used?

53. In the syntax of animate() method, why params parameter is used?

  1. It is used to define the speed of the animation
  2. It is used to define the mouse events on the HTML element
  3. It is used to define the CSS property to be animated
  4. 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.

Comments and Discussions!

Load comments ↻






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