Method

AdwSpringAnimationset_value_from

since: 1.0

Declaration [src]

void
adw_spring_animation_set_value_from (
  AdwSpringAnimation* self,
  double value
)

Description [src]

Sets the value self will animate from.

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

Available since: 1.0

Parameters

value

Type: double

The value to animate from.