Method

BisTimedAnimationset_value_to

Declaration [src]

void
bis_timed_animation_set_value_to (
  BisTimedAnimation* self,
  double value
)

Description [src]

Sets the value self will animate to.

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

If BisTimedAnimation:reverse is TRUE, the animation will start at this value instead.

Available since:1.0

Parameters

value double
 

The value to animate to.