pub fn ease_out_in( ease_fn: impl Fn(EasingTime) -> Factor, time: EasingTime, ) -> Factor
Applies ease_out for the first half then ease_in scaled to fit a single duration (1.0).
ease_out
ease_in