Search
Animation.fromValue Property
See Also
 





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

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

get fromValue() {}
set fromValue(value) {}

 Property Value

Object

The initial value.

 See Also