TimedAnimation.setValueTo
void setValueTo(double value)Sets the value self will animate to.
The animation will start at propertyTimedAnimation:value-from and end at this value.
If propertyTimedAnimation:reverse is TRUE, the animation will start at this value instead.
Parameters
value | the value to animate to |