Search
Animation.repeat Property
See Also
 





Gets or sets a value indicating whether to restart the animation after it completes.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

get repeat() {}
set repeat(value) {}

 Property Value

Boolean

true to loop the animation, or false otherwise. The default value is false.

 See Also