TimedAnimation

constructor(widget: <Error class: unknown class>, from: Double, to: Double, duration: <Error class: unknown class>, target: AnimationTarget)

Creates a new AdwTimedAnimation on @widget to animate @target from @from to @to.

Return

the newly created animation

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


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)