Function thaw_components::CSSTransition

source ·
pub fn CSSTransition<E, CF, IV>(
    props: CSSTransitionProps<E, CF, IV>,
) -> impl IntoView
where E: ElementType + 'static, E::Output: JsCast + Clone + Deref<Target = HtmlElement> + 'static, CF: FnOnce(ReadSignal<Option<&'static str>>) -> IV + Send + 'static, IV: IntoView + 'static,
Expand description

§CSS Transition

Reference to https://vuejs.org/guide/built-ins/transition.html

§Required Props

§Optional Props