pub fn animate<T, V, S>( animate: impl FnMut(&mut S, &mut EventCx<'_, '_>, &mut T, &Event) -> Option<V> + 'static, ) -> Animate<T, V, S>
Create a new Animate.
Animate