zng::var::animation::easing

Function ease_in

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

Applies the ease_fn.