zng::var::animation::easing

Function ease_out

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

Applies the ease_fn in reverse and flipped.