Search
Animation.reverse Property
See Also
 





Gets or sets a value indicating whether to swap the from and to values after an animation loop completes.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

get reverse() {}
set reverse(value) {}

 Property Value

Boolean

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

 See Also