setValueTo

fun setValueTo(value: Double)

Sets the value @self will 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.

Parameters

value

the value to animate to