pub fn menu_in<E>(
id: impl Into<ElementId>,
theme: &Theme,
element: E,
) -> AnimationElement<E>where
E: Styled + IntoElement + 'static,Expand description
The opening a menu makes: a fade with a small rise.
pub fn menu_in<E>(
id: impl Into<ElementId>,
theme: &Theme,
element: E,
) -> AnimationElement<E>where
E: Styled + IntoElement + 'static,The opening a menu makes: a fade with a small rise.