Method

BisSpringAnimationset_value_to

Declaration [src]

void
bis_spring_animation_set_value_to (
  BisSpringAnimation* self,
  double value
)

Description [src]

Sets the value self will animate to.

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

Available since:1.0

Parameters

value double
 

The value to animate to.