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

Where jquery mobile works? : jquery mobile

0 Answers  


Can you include multiple version of jQuery? If yes, then how they are executed?

1 Answers  


What are jquery selectors?

0 Answers  


How do I check if an HTML element is empty using jQuery?

0 Answers  


Whether our own specific characters are used in place of $ in jQuery?

0 Answers  


What are the advantages of method chaining in jquery?

0 Answers  


How to load jQuery locally when CDN fails?

1 Answers  


What is the use of the animate() method in jquery?

0 Answers  


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

0 Answers  


What is eq()? : jquery mobile

0 Answers  


How to fetch the values of selected checkbox array using jquery?

0 Answers  


How to add and remove css classes to an element using jquery?

0 Answers  


Categories