Method

AdapTimedAnimationset_value_from

Declaration [src]

void
adap_timed_animation_set_value_from (
  AdapTimedAnimation* self,
  double value
)

Description [src]

Sets the value self will animate from.

The animation will start at this value and end at AdapTimedAnimation:value-to.

If AdapTimedAnimation:reverse is TRUE, the animation will end at this value instead.

Parameters

value

Type: double

The value to animate from.