Function libhandy::ease_out_cubic

source ·
pub fn ease_out_cubic(t: f64) -> f64
Expand description

Computes the ease out for a value.

t

the term

Returns

the ease out for @t