Search
Animation.animationType Property
See Also
 






Gets or sets the type of the animation.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

get animationType() {}
set animationType(value) {}

 Property Value

AnimationType

A member of the AnimationType enumeration. The default value is Linear.

 See Also