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