The following tables list the members exposed by Animation.
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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" |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Duration | Defines the amount of time the animation is displayed. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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