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

In This Topic
    Easing Property (Animation)
    In This Topic
    Determines the easing effect to be applied to the animation. There are over 30 easing effects, including Linear, Swing, EaseInBounce, EaseOutBounce and many more.
    Syntax
    'Declaration
     
    Public Property Easing As Easing
    public Easing Easing {get; set;}
    See Also