How to disable jQuery animation?

Answers were Sorted based on User's Feedback



How to disable jQuery animation?..

Answer / chaitanya

Using jQuery property "jQuery.fx.off", which when set to true, disables all the jQuery animation. When this is done, all animation methods will immediately set elements to their final state when called, rather than displaying an effect.

Is This Answer Correct ?    1 Yes 0 No

How to disable jQuery animation?..

Answer / ramyagurrala

If we want to disable the animation methods,so det the default valut to True.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What is the need for jquery? : jQuery Mobile

0 Answers  


Define all the ways to include jquery in a page?

0 Answers  


List the advantage of using minimized version of jquery?

0 Answers  


Is jQuery a library for client scripting or server scripting?

1 Answers  


How JavaScript and jQuery are different?

1 Answers  






What is the purpose of jquery?

0 Answers  


Explain jquery $.ajax() method?

0 Answers  


Why html 5 inputs look different across devices and browsers? : jquery mobile

0 Answers  


What is jquery and what are the advantages?

0 Answers  


How We Can Write Code Specific To Browser In Jquery?

0 Answers  


Is it possible to use jquery to make ajax request? : jquery mobile

0 Answers  


What is the use of jQuery load method?

0 Answers  


Categories