TimedAnimation.this

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

Creates a new [adw.timed_animation.TimedAnimation] on widget to animate target from from to to.

Parameters

widgeta widget to create animation on
froma value to animate from
toa value to animate to
durationa duration for the animation
targeta target value to animate

Returns

the newly created animation