Skip to content

Instantly share code, notes, and snippets.

@Ekwuno

Ekwuno/more.js Secret

Created March 6, 2019 18:27
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 Ekwuno/4e1fbccf40118248947eba5287b8b61c to your computer and use it in GitHub Desktop.
Save Ekwuno/4e1fbccf40118248947eba5287b8b61c to your computer and use it in GitHub Desktop.
<CSSTransition
in={this.state.showList}
timeout={400}
classNames="list-transition"
unmountOnExit
appear
onEntered= {this.listSwitch}
onExit={this.listSwitch}
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment