EasingMode Enumeration
Defines the modes in which classes derived from EasingFunctionBase perform their easing.
Assembly: PresentationCore (in PresentationCore.dll)
| Member 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. |
The following graphs demonstrate the different values of EasingMode, where f(t) represents the animation progress and t represents time.











<object property="enumMemberName"/>
Available since 4.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0