Skip to content

Instantly share code, notes, and snippets.

@jmayergit
Created September 11, 2019 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmayergit/dbd4c9f33d46a9ed2e7e0ea0808872a3 to your computer and use it in GitHub Desktop.
Save jmayergit/dbd4c9f33d46a9ed2e7e0ea0808872a3 to your computer and use it in GitHub Desktop.
<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