1.

How We Can Implement Animation Effects In Jquery?

Answer»

“Animate” method is used for animation in JQUERY. This method is used to change the ELEMENT look and feel and give extra EFFECTS to the ELEMENTS.

For example:

$("#MyControlID").animate({height:"45px"});

“Animate” method is used for animation in Jquery. This method is used to change the element look and feel and give extra effects to the elements.

For example:

$("#MyControlID").animate({height:"45px"});



Discussion

No Comment Found