Skip to main content

BaseCollapseTransition

Function BaseCollapseTransition 

Source
pub fn BaseCollapseTransition<T>(
    props: BaseCollapseTransitionProps<T>,
) -> impl IntoView
where T: AddAnyAttr + IntoView + Send + 'static,
👎Deprecated since 0.1.0:

use orbital_motion::OrbitalPresence with PresenceMotion::collapse instead

Expand description

Height collapse animation for expandable panels (tree subtrees, accordions).

Deprecated: prefer orbital_motion::OrbitalPresence with orbital_motion::PresenceMotion::collapse.

§Required Props

§Optional Props