TimedAnimation.easing

adw.types.Easing easing() @property

Get easing property.

Returns

Easing function used in the animation.

Describes the curve the value is interpolated on.

See adw.types.Easing for the description of specific easing functions.

void easing(adw.types.Easing propval) @property

Set easing property.

Parameters

propvalEasing function used in the animation. Describes the curve the value is interpolated on. See adw.types.Easing for the description of specific easing functions.