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

EaseOutInCirc
ExtensionExtension

Circular ease-out/in

Description

Easing equation for a circular (sqrt(1-t^2)) ease-out/in, decelerating until halfway, then accelerating.

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.

Instance Methods

.value

Arguments:

t

a Float between 0.0 and 1.0.

Examples