TransitionPropsinterface

{
	default?: string | undefined;
	forward?: string | undefined;
	back?: string | undefined;
}
PropertyType
.defaultstring
The default CSS class.
.forwardstring
The CSS class to apply when the transition is moving forward.
.backstring
The CSS class to apply when the transition is moving backward.

React props for <Transition> component.