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