Method

BisSpringAnimationset_value_from

Declaration [src]

void
bis_spring_animation_set_value_from (
  BisSpringAnimation* self,
  double value
)

Description [src]

Sets the value self will animate from.

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

Available since:1.0

Parameters

value double
 

The value to animate from.