Search
Animation.toValue Property
See Also
 





Gets or sets the target value of the property that will be animated.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

get toValue() {}
set toValue(value) {}

 Property Value

Object

The target value.

 See Also