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