Specifies the easing applied to an animation.
Namespace: MindFusion.Animations
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
EaseIn |
Follows the animation function associated with the Animation. |
|
EaseInOut |
Uses EaseIn for the first half the the Animation's duration and EaseOut for the second half. |
|
EaseOut |
Inverses the animation function associated with the Animation. |
|
EaseOutIn |
Uses EaseOut for the first half the the Animation's duration and EaseIn for the second half. |
Members of this enumeration can be assigned to the easingType property of Animation.