Skip to main content

animate_float_with

Function animate_float_with 

Source
pub fn animate_float_with<Owner: 'static>(
    owner: Owner,
    from_value: f32,
    to_value: f32,
    timing: AnimationTiming,
    handler: impl Fn(&Owner, f32) + 'static,
) -> Animation