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