EasingMode
EasingMode
EasingMode
EasingMode
Enum
Definition
Specifies how the animation associated with an easing function interpolates.
public : enum class EasingModepublic enum EasingModePublic Enum EasingMode// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| EaseIn EaseIn EaseIn EaseIn | Interpolation follows the mathematical formula associated with the easing function. |
| EaseInOut EaseInOut EaseInOut EaseInOut | Interpolation uses EaseIn for the first half of the animation and EaseOut for the second half. |
| EaseOut EaseOut EaseOut EaseOut | Interpolation follows 100% interpolation minus the output of the formula associated with the easing function. |