pub fn animate_eased(
    ctx: &Context,
    id: impl Hash + Sized,
    value: f32,
    time: f32,
    easing: fn(_: f32) -> f32
) -> f32
Expand description

Same as Context::animate_value_with_time but with an easing function.