Specifies how the animation associated with an easing function interpolates.
Syntax
<object property="enumMemberName"/>
Attributes
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The EasingMode enumeration has these members.
| Member | Value | Description |
|---|---|---|
| EaseOut | 0 |
Interpolation follows 100% interpolation minus the output of the formula associated with the easing function. |
| EaseIn | 1 |
Interpolation follows the mathematical formula associated with the easing function. |
| EaseInOut | 2 |
Interpolation uses EaseIn for the first half of the animation and EaseOut for the second half. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012