How to disable jQuery animation?
Answers
Answered by
0
When you run this page, you will seejQuery animation while showing/hiding div. Now you want todisable all the animations. As said earlier that jQuery provides a property "jQuery.fx.off" which when set to true, disables all the jQuery animation. You can turn on the animation again by setting this property to flase
Similar questions