pub fn fade_quick<E>(
id: impl Into<ElementId>,
element: E,
) -> AnimationElement<E>where
E: Styled + IntoElement + 'static,Expand description
Quick opacity-only fade over FADE_QUICK.
pub fn fade_quick<E>(
id: impl Into<ElementId>,
element: E,
) -> AnimationElement<E>where
E: Styled + IntoElement + 'static,Quick opacity-only fade over FADE_QUICK.