Charting for WinForms Programmer's Guide
EasingType Enumeration
See Also
 






Specifies the easing applied to an animation.

Namespace: MindFusion.Animations
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public enum EasingType

Visual Basic  Copy Code

Public Enum EasingType

 Members

  Member name Description

EaseIn

Follows the animation function associated with the Animation.

EaseInOut

Uses EaseIn for the first half the the Animation's duration and EaseOut for the second half.

EaseOut

Inverses the animation function associated with the Animation.

EaseOutIn

Uses EaseOut for the first half the the Animation's duration and EaseIn for the second half.

 See Also

MindFusion.Animations Namespace