Property

AdwSpringAnimation:epsilon

since: 1.0

Declaration

property epsilon: double [ read, write ]

Description [src]

Precision of the spring.

The level of precision used to determine when the animation has come to a rest, that is, when the amplitude of the oscillations becomes smaller than this value.

If the epsilon value is too small, the animation will take a long time to stop after the animated value has stopped visibly changing.

If the epsilon value is too large, the animation will end prematurely.

The default value is 0.001.

Type:gdouble

Available since: 1.0

Default value0.001000
Getter methodadw_spring_animation_get_epsilon()
Setter methodadw_spring_animation_set_epsilon()

Flags

Readableyes
Writableyes
Constructno
Construct onlyno