Define animate function in jquery?



Define animate function in jquery?..

Answer / Pankaj Kumar Tripathi

The jQuery animate() method is used for creating custom animations by manipulating CSS properties over time. For example, `$('element').animate({left: '100px', opacity: 0.5}, 1000);`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What is .detach()? : jquery mobile

1 Answers  


What is the difference between settimeout() and setinterval() methods?

1 Answers  


How can jquery be used in conjunction with another javascript library that also uses $ for naming?

1 Answers  


Explain all the ways to include jquery in a page?

1 Answers  


Describe the two types of cdns?

1 Answers  


Tell me which command will give a version of jquery?

1 Answers  


Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile

1 Answers  


What are the advantages of jQuery?

1 Answers  


What are features of jquery or what can be done using jquery?

1 Answers  


what are the features of jquery

1 Answers  


What happen if you return false from a jQuery event handler?

1 Answers  


How to multiple AJAX requests be run simultaneously in jQuery?

1 Answers  


Categories