SpringAnimation

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

Creates a new AdwSpringAnimation on @widget.

The animation will animate @target from @from to @to with the dynamics of a spring described by @spring_params.

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

springParams

physical parameters of the spring

target

a target value to animate


constructor(adwSpringAnimationPointer: <Error class: unknown class><<Error class: unknown class>>)(source)