pub fn dialog_in<E>(
id: impl Into<ElementId>,
theme: &Theme,
element: E,
) -> AnimationElement<E>where
E: Styled + IntoElement + 'static,Expand description
The arrival a modal makes: it rises onto the page on a spring, so it arrives with weight rather than simply appearing at full strength.