Method

BisTimedAnimationset_value_from

Declaration [src]

void
bis_timed_animation_set_value_from (
  BisTimedAnimation* self,
  double value
)

Description [src]

Sets the value self will animate from.

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

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

Available since:1.0

Parameters

value double
 

The value to animate from.