jQuery.fx.off
The jQuery.fx.off property in jQuery is used to disable all animations globally.
Toggle animation on and off
jQuery.fx.off = true; jQuery.fx.off = false;
Try now