ori::core::views

Function animate

Source
pub fn animate<T, V, S>(
    animate: impl FnMut(&mut S, &mut EventCx<'_, '_>, &mut T, &Event) -> Option<V> + 'static,
) -> Animate<T, V, S>
Expand description

Create a new Animate.