Function zng::var::animation::easing::ease_in

source ยท
pub fn ease_in(
    ease_fn: impl Fn(EasingTime) -> Factor,
    time: EasingTime,
) -> Factor
Expand description

Applies the ease_fn.