EasingMode
July 6, 2022 · View on GitHub
-description
Specifies how the animation associated with an easing function interpolates.
-xaml-syntax
<object property="enumMemberName"/>
-enum-fields
-field EaseOut:0
Interpolation follows 100% interpolation minus the output of the formula associated with the easing function.
-field EaseIn:1
Interpolation follows the mathematical formula associated with the easing function.
-field EaseInOut:2
Interpolation uses EaseIn for the first half of the animation and EaseOut for the second half.