Property
AdapSpringAnimation:clamp
since: 1
Description [src]
Whether the animation should be clamped.
If set to TRUE
, the animation will abruptly end as soon as it reaches the
final value, preventing overshooting.
It won’t prevent overshooting AdapSpringAnimation:value-from
if a
relative negative AdapSpringAnimation:initial-velocity
is set.
Type: | gboolean |
Available since: | 1 |
Default value | FALSE |
Getter method | adap_spring_animation_get_clamp() |
Setter method | adap_spring_animation_set_clamp() |