Created
September 11, 2019 05:50
-
-
Save jmayergit/dbd4c9f33d46a9ed2e7e0ea0808872a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<SwitchTransition> | |
<CSSTransition | |
key={stateVariable} | |
classNames="fade" | |
timeout={...} | |
unmountOnExit | |
> | |
{stateVariable | |
? <div>....</div> | |
: <div>....</div> | |
} | |
</CSSTransition> | |
</SwitchTransition> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment