Skip to content

Instantly share code, notes, and snippets.

@Ekwuno

Ekwuno/style.css Secret

Last active March 6, 2019 18:05
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/1985bee1a92d08772f7d785f7e575182 to your computer and use it in GitHub Desktop.
Save Ekwuno/1985bee1a92d08772f7d785f7e575182 to your computer and use it in GitHub Desktop.
/* This fires as soon as the element enters the DOM */
.list-transition-enter{
}
/* This is where we can add the transition*/
.list-transition-enter-active{
}
/* This fires as soon as the this.state.showList is false */
.list-transition-exit{
}
/* fires as element leaves the DOM*/
.list-transition-exit-active{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment