Type interface
Defines interface for animation options.
Inheritance
IAnimationOptions does not extend any other symbol.
IAnimationOptions is extended by IPercentAnimationOptions, IColorAnimationOptions.
Properties
|
childObject # |
Type If current values should be taken from different object than the target element of the animation, this property should be set to that object. |
|---|---|
|
dummyData # |
Type sometimes we need to pass some dummy data in animationOptions |
|
from # |
Type An initial value to animate from. If omitted, the source value will be current value. |
|
property # |
Type Property name to animate. |
|
to # |
Type A target value to animate from. |