Function use_on_spring

Source
pub fn use_on_spring<V>(
    from: V,
    to: V,
    duration: Duration,
    f: impl FnMut(V) + 'static,
)
where V: Lerp<Scalar = f32> + Clone + 'static,