EaseOutBounce:
Filter:
Ease/Classes (extension) | Ease

EaseOutBounce
ExtensionExtension

Bounce ease-out

Description

Easing equation for a bounce (exponentially decaying parabolic bounce) ease-out, decelerating from zero velocity. The a parameter controls overshoot, the default producing a 10% overshoot.

Use value, *value, *kr or *ar, all with a Float argument t between 0.0 and 1.0. If t is below or above this range the output will be undefined.

Class Methods

.ar

.kr

Arguments:

t

signal in the range 0.0 to 1.0.

a

overshoot.

Instance Methods

.value

Arguments:

t

a Float between 0.0 and 1.0.

a

overshoot. The default is 1.70158

Examples