Method

AdapSpringAnimationset_value_from

Declaration [src]

void
adap_spring_animation_set_value_from (
  AdapSpringAnimation* self,
  double value
)

Description [src]

Sets the value self will animate from.

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

Parameters

value

Type: double

The value to animate from.