TimedAnimation.valueFrom

Set valueFrom property.

  1. double valueFrom [@property getter]
  2. double valueFrom [@property setter]
    class TimedAnimation
    @property
    void
    valueFrom
    (
    double propval
    )

Parameters

propval double

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.