We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to have more control on the classes that transition automatically add.
React.addons.CSSTransitionGroup({ enterClass : 'c0', enterActiveClass : 'c1', leaveClass : 'c2', leaveActiveClass : 'c3', },
This will not break the current API because you still can do
transitionName : 'c0'
Here is the file to be changed https://github.com/facebook/react/blob/master/src/addons/transitions/ReactCSSTransitionGroupChild.js
Related to but not the same as #2680
The text was updated successfully, but these errors were encountered:
This is close enough to #2680 that I'll close this one and track there.
Sorry, something went wrong.
No branches or pull requests
I would like to have more control on the classes that transition automatically add.
How could be done
This will not break the current API because you still can do
Do you accept pull requests?
Here is the file to be changed https://github.com/facebook/react/blob/master/src/addons/transitions/ReactCSSTransitionGroupChild.js
Related to but not the same as #2680
The text was updated successfully, but these errors were encountered: