Specifies the easing applied to an animation.
Namespace: MindFusion.Animations
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| 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. |
RemarksMembers of this enumeration can be assigned to the easingType property of Animation.
See Also