TimedAnimation.easing

adw.types.Easing easing() @property nothrow

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 nothrow

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.