TimedAnimation.this
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
widget | a widget to create animation on |
from | a value to animate from |
to | a value to animate to |
duration | a duration for the animation |
target | a target value to animate |
Returns
the newly created animation