jQuery.fx.off property in jquery part - 132

Опубликовано: 29 Октябрь 2024
на канале: dnanetwork
111
1

This video explains how can we enable/ disable all the animation at global level.

using jQuery.fx.off property we can control all animations at global level.

Syntax : jQuery.fx.off = true|false;

by default jQuery.fx.off value is false.

If we set jQuery.fx.off = true then all animation methods will be disabled at global level.

If we set jQuery.fx.off = false then all animation methods will run normally.

please note : During animation process, If you set values for jQuery.fx.off = true or false. It will not have any impact on current animation process.

you should try these cases on your machine and also do try few crazy scenarios if you can.

If you get stuck or if you have any query then please do comment below and let me know.

I will try to reply you as soon as possible.