JQuery Programmer Question:

How to disable jQuery animation?

Tweet Share WhatsApp

Answer:

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.

Read All 201 JQuery Programmer Questions
Previous QuestionNext Question
What is the difference between $('div') and $('<div/>') in jQuery?Explain .bind() vs .live() vs .delegate() vs .on()?