In this tutorial, we will discuss about "jQuery.fx.off" property.
In this tutorial, we will discuss about "jQuery.fx.off" property.In this tutorial, we will discuss about "jQuery.fx.off" property. When this
property is set to true
, all animation methods will immediately set
elements to their final state when called, rather than displaying an effect.
jQueryfx.html
<!DOCTYPE html> |
OUTPUT
Description of the program
When application starts, and if you click on "run" , it will hide slowly showing you a animation effect. But when you click on "Togglefx" button ,it will only show/hide on clicking "Run " without showing you any animation effect .