TransitionPropsinterface

{
	overlay?: boolean | undefined;
}
PropertyType
.overlayboolean
Render this transition above other transitions (z-index: 100 on the group).

Variant props shared by every transition component.