TimedAnimation.valueFrom

Get valueFrom property.

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

Return Value

Type: 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.