TimedAnimation.this

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

Parameters

widget gtk.widget.Widget

a widget to create animation on

from double

a value to animate from

to double

a value to animate to

duration uint

a duration for the animation

target adw.animation_target.AnimationTarget

a target value to animate

Return Value

the newly created animation