Enum EasingMode
Specifies how the animation associated with an easing function interpolates.
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.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. |