Gets or sets a value indicating whether to restart the animation after it completes.
Namespace: MindFusion.Animations
File: Animation.js
SyntaxJavaScript
Copy Code
|
|---|
get repeat() {} |
Boolean
true to loop the animation, or false otherwise. The default value is false.
See Also