pub fn ease_out(
ease_fn: impl Fn(EasingTime) -> EasingStep,
time: EasingTime,
) -> EasingStep
Expand description
Applies the ease_fn
in reverse and flipped.
pub fn ease_out(
ease_fn: impl Fn(EasingTime) -> EasingStep,
time: EasingTime,
) -> EasingStep
Applies the ease_fn
in reverse and flipped.