Specifies the easing applied to an animation.
Namespace: MindFusion.Animations
Assembly: MindFusion.Common
C#
![]() |
---|
public enum EasingType |
Visual Basic
![]() |
---|
Public Enum EasingType |
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. |