Search
Animation.progress Property
See Also
 





Gets the progress of the current animation iteration.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

get progress() {}
set progress(value) {}

 Property Value

Number

Animation progress in 0-1 range.

 See Also