Enum EasingMode
Easing Mode for animation 2D system.
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public enum EasingMode
Fields
Name | Description |
---|---|
EaseIn | Interpolation follows the mathematical formula associated with the easing function. |
EaseInOut | Interpolation uses EaseIn for the first half of the animation and EaseOut for the second half. |
EaseOut | Interpolation follows 100% interpolation minus the output of the formula associated with the easing function. |