value_to


Description:

public double value_to { get; set construct; }

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.