In This Topic
The following tables list the members exposed by Animation.
Public Constructors
Public Properties
| Name | Description |
| Animated | Determines the effects to animate. If user want disabled the animation, can set the Animation.disabled = true. If user want set an animation effect, such as "slide", "fade", user set the animation.effect = "slide" |
| Duration | Defines the amount of time the animation is displayed. |
| Easing | Determines the easing effect to be applied to the animation. There are over 30 easing effects, including Linear, Swing, EaseInBounce, EaseOutBounce and many more. |
| Option | Defines the option for some effects. If user set the animated to "slide", in jQuery.Effect plugin, the slide effect contains some arguments such as direction, distance |
Top
See Also