Search
Animation.easingType Property
See Also
 





Gets or sets the easing type of the animation.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

get easingType() {}
set easingType(value) {}

 Property Value

EasingType

A member of the EasingType enumeration. The default value is EaseIn.

 See Also