Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery jQuery.fx.off Property

jQuery jQuery.fx.off Property

 

 

The jQuery.fx.off property is used to globally disable or enable all animations. Its default value is false which makes animations run normally. When its value is set to true, then all animations will be disabled.

 

Syntax:-

 

Its syntax is:- jQuery.fx.off = true|false

 

Further Explanation:-

 

Parameter Description
true Specifies that animations should be disabled
false  Default. Specifies that animations should be enabled

Code Explanation

All Tutorials related to jQuery Methods and Properties

All Sections related to Jquery