pub fn reverse( ease_fn: impl Fn(EasingTime) -> Factor, time: EasingTime, ) -> Factor
Applies the ease_fn in reverse.
ease_fn