TimedAnimation

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

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(adwTimedAnimationPointer: <Error class: unknown class><<Error class: unknown class>>)(source)