An HTMLElement type used for the ref required for the transition.
Boolean if this is the first {@link TransitionAction.appear} transition.
This will be true
during the first transition if
{@link TransitionAction.appear} was also true
. Otherwise it will be
false
.
The current transition class name or undefined
.
This is just a convenience object so that you don't need to destructure as many variables to pass to an element.
This will be set to true when the element is fully collapsed and the
CollapseTransitionHookOptions.temporary is set to false
. This
should be applied as the hidden
attribute to a DOM node.
A ref that is required for the transition to occur and should be passed to the element affected by the transition.
Boolean if the element should be rendered or not. This will always be
true
if the TransitionOptions.temporary is false
. Otherwise, it
will be true
when not the "exited"
TransitionStage.
{@inheritDoc TransitionStage}
A merged styled object required for the collapse transition to work.
A function that can be used to specifically set the transition to a specific stage. This shouldn't really be used too much and is really just useful for "appear only transitions" that do not unmount the child elements.
The TransitionStage to set to
Generated using TypeDoc
@since 4.0.0