AnimationEasingModeEnums
¶
Easing mode to use to apply an easing function.
AnimationEaseIn¶ | Applies to an interpolation an easing function. |
AnimationEaseOut¶ | Applies to an interpolation the negative value of an easing function. |
AnimationEaseInOut¶ | Applies to the first half of an interpolation an easing function, and to the second half of an interpolation the negative value of an easing function. |