TimedAnimation.valueTo

Get valueTo property.

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

Return Value

Type: double

The value to animate to.

The animation will start at property@TimedAnimation:value-from and end at this value.

If property@TimedAnimation:reverse is TRUE, the animation will start at this value instead.