pub fn BaseCollapseTransition<T>(
props: BaseCollapseTransitionProps<T>,
) -> impl IntoView👎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
- show:
impl Into<Signal<bool>> - children:
TypedChildren<T>
§Optional Props
- motion_name:
impl Into<MaybeProp<String>>