Skip to content

Instantly share code, notes, and snippets.

@nicohvi
Created May 11, 2014 11:20
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 nicohvi/25d5d7878a18729fd749 to your computer and use it in GitHub Desktop.
Save nicohvi/25d5d7878a18729fd749 to your computer and use it in GitHub Desktop.
ReactTransition = React.addons.CSSTransitionGroup
Component = React.createClass
displayName: 'component'
render: ->
section className: 'component',
ReactTransition transitionName: 'fadeIn',
SubComponent()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment