pub fn splash_out<E>(
id: impl Into<ElementId>,
element: E,
) -> AnimationElement<E>where
E: Styled + IntoElement + 'static,Expand description
Boot-splash exit: hold 150ms, then fade out + lift 6px over 500ms.
pub fn splash_out<E>(
id: impl Into<ElementId>,
element: E,
) -> AnimationElement<E>where
E: Styled + IntoElement + 'static,Boot-splash exit: hold 150ms, then fade out + lift 6px over 500ms.