TimedAnimation.valueFrom

double valueFrom() @property

Get valueFrom property.

Returns

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.

void valueFrom(double propval) @property

Set valueFrom property.

Parameters

propvalThe 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.