jQuery animate()

jQuery library supports the animate() method which can be used to create custom animations. Syntax: $(selector).animate({params},speed,callback); Params is a required parameter that is used to set the desired CSS properties for the animation. The optional parameters like speed and callback are the same as in other jQuery effect methods. Important features of jQuery animate(): The … Read more