The animation will start at property@TimedAnimation:value-from and end at this value.
If property@TimedAnimation:reverse is TRUE, the animation will start at this value instead.
double valueTo() @propertyGet valueTo property.
The animation will start at property@TimedAnimation:value-from and end at this value.
If property@TimedAnimation:reverse is TRUE, the animation will start at this value instead.
void valueTo(double propval) @propertySet valueTo property.
propval | The value to animate to. The animation will start at property@TimedAnimation:value-from and end at this value. If property@TimedAnimation:reverse is TRUE, the animation will start at this value instead. |