TransitionPropsinterface
{
default?: string | undefined;
forward?: string | undefined;
back?: string | undefined;
}| Property | Type | |
|---|---|---|
.default | string | The default CSS class. |
.forward | string | The CSS class to apply when the transition is moving forward. |
.back | string | The CSS class to apply when the transition is moving backward. |
React props for <Transition> component.