Function thaw_components::CSSTransition

source ·
pub fn CSSTransition<T, CF, IV>(
    props: CSSTransitionProps<T, CF, IV>
) -> impl IntoView
where T: ElementDescriptor + Clone + 'static, CF: FnOnce(ReadSignal<Option<&'static str>>) -> IV + 'static, IV: IntoView,
Expand description

§CSS Transition

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

§Required Props

§Optional Props