pub fn ease_in(
ease_fn: impl Fn(EasingTime) -> EasingStep,
time: EasingTime,
) -> EasingStepExpand description
Applies the ease_fn.
pub fn ease_in(
ease_fn: impl Fn(EasingTime) -> EasingStep,
time: EasingTime,
) -> EasingStepApplies the ease_fn.