Function emath::easing::bounce_in_out

source ยท
pub fn bounce_in_out(t: f32) -> f32
Expand description

https://easings.net/#easeInOutBounce

Each bounce is modelled as a parabola.