TimedAnimationGidBuilderImpl.valueTo

Set valueTo property.

class TimedAnimationGidBuilderImpl(T)
T
valueTo
(
double propval
)

Parameters

propval 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.

Return Value

Type: T

Builder instance for fluent chaining