pub fn animate_float( from_value: f32, to_value: f32, timing: AnimationTiming, handler: impl Fn(f32) + 'static, ) -> Animation