pub fn transition_hovered<T, V>( transition: Transition, view: impl FnMut(&mut EventCx<'_, '_>, &mut T, f32) -> V + 'static, ) -> Animate<T, V, f32>
Animate a view when hovered changes.