How to disable jQuery animation?

How to disable jQuery animation?

To disable the jQuery animation globally, we can use the jQuery.fx.off() method. For example - jQuery.fx.off = false;