TransitionPropsinterface
{
overlay?: boolean | undefined;
}| Property | Type | |
|---|---|---|
.overlay | boolean | Render this transition above other transitions (z-index: 100 on the group). |
Variant props shared by every transition component.
{
overlay?: boolean | undefined;
}| Property | Type | |
|---|---|---|
.overlay | boolean | Render this transition above other transitions (z-index: 100 on the group). |
Variant props shared by every transition component.