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