Method

BisSpringAnimationset_latch

Declaration [src]

void
bis_spring_animation_set_latch (
  BisSpringAnimation* self,
  gboolean latch
)

Description [src]

Sets whether self should be latched.

If set to TRUE, the animation will abruptly end as soon as it reaches the final value, preventing overshooting.

It won’t prevent overshooting BisSpringAnimation:value-from if a relative negative BisSpringAnimation:initial-velocity is set.

Available since:1.0

Parameters

latch gboolean
 

The new value.