SpringAnimation.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gtk.widget.Widget widget, double from, double to, adw.spring_params.SpringParams springParams, adw.animation_target.AnimationTarget target)

Creates a new [adw.spring_animation.SpringAnimation] on widget.

The animation will animate target from from to to with the dynamics of a spring described by spring_params.

Parameters

widgeta widget to create animation on
froma value to animate from
toa value to animate to
springParamsphysical parameters of the spring
targeta target value to animate

Returns

the newly created animation