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