ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / Animation Class
Properties

In This Topic
    Animation Class Members
    In This Topic

    The following tables list the members exposed by Animation.

    Public Constructors
     NameDescription
    Public ConstructorAnimation constructor.  
    Top
    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