Search
Animation.isRunning Property
See Also
 






Indicates whether the animation is currently running.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

get isRunning() {}
set isRunning(value) {}

 Property Value

Boolean

true if animation currently in progress, ot false otherwise.

 See Also