value_from


Description:

public double value_from { get; set construct; }

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.