Method

AdapTimedAnimationset_value_to

Declaration [src]

void
adap_timed_animation_set_value_to (
  AdapTimedAnimation* self,
  double value
)

Description [src]

Sets the value self will animate to.

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

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

Parameters

value

Type: double

The value to animate to.