Enum EasingMode
Easing mode for the 2D animation 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 result of the formula associated with the easing function. |