Method

AdwSpringAnimationset_value_to

Declaration [src]

void
adw_spring_animation_set_value_to (
  AdwSpringAnimation* self,
  double value
)

Description [src]

Sets the value self will animate to.

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

Parameters

value

Type: double

The value to animate to.