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