Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Animations' example outdated? #1194

Closed
belohlavek opened this issue May 14, 2015 · 1 comment
Closed

'Animations' example outdated? #1194

belohlavek opened this issue May 14, 2015 · 1 comment

Comments

@belohlavek
Copy link

Currently you need to require react/addons and access React.addons.CSSTransitionGroup in order to use CSS animations with React (as seen in: https://facebook.github.io/react/docs/animation.html).

The example provided is still using require('react/lib/ReactCSSTransitionGroup'). I'd submit a pull request but I can't get the new example to work on my system (react-noob over here). I hope some react-guru can lend a hand!

@mjackson
Copy link
Member

The animation story in version 1.0 is a lot better than it was in 0.13. Please check the current animations example. We're still using CSSTransitionGroup, but regular TransitionGroup works as well.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants