TimedAnimationGidBuilderImpl.valueFrom

Set valueFrom property.

class TimedAnimationGidBuilderImpl(T)
T
valueFrom
(
double propval
)

Parameters

propval double

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.

Return Value

Type: T

Builder instance for fluent chaining