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

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