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

Is it possible to use other client side libraries like MooTools, Prototype along with jQuery?

1 Answers  


Which sign is used as a shortcut for jQuery?

0 Answers  


Mention the advantages of cdn? : jQuery Mobile

0 Answers  


Explain .delegate()? : jquery mobile

0 Answers  


What is wrong with this code line "$('#myid.3').text('blah blah!!!');"

1 Answers  






What programming language does jquery use?

0 Answers  


How to redirect to another page using jquery?

0 Answers  


Can we have multiple document.ready() function on the same page? : jquery mobile

0 Answers  


What is method chaining in jquery and what are the advantages?

0 Answers  


Can you write a jquery code to select all links inside the paragraph?

0 Answers  


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

0 Answers  


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

0 Answers  


Categories