C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / Animation Class

Animation Class Properties

For a list of all members of this type, see Animation members.

Public Properties
 NameDescription
Public PropertyDetermines 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 PropertyDefines the amount of time the animation is displayed.  
Public PropertyDetermines the easing effect to be applied to the animation. There are over 30 easing effects, including Linear, Swing, EaseInBounce, EaseOutBounce and many more.  
Public PropertyDefines 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