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
.
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 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