pub fn fade_in<E>(
id: impl Into<ElementId>,
theme: &Theme,
element: E,
) -> AnimationElement<E>where
E: Styled + IntoElement + 'static,Expand description
Fades element in over the entrance specification.
pub fn fade_in<E>(
id: impl Into<ElementId>,
theme: &Theme,
element: E,
) -> AnimationElement<E>where
E: Styled + IntoElement + 'static,Fades element in over the entrance specification.