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

Switching in between transitionName while rendering the component #6

Open
pheolink opened this issue Jul 27, 2016 · 0 comments
Open

Comments

@pheolink
Copy link

Hi Guys,

Is it possible to switch between the transitionName

I am trying to make a stack animation let me give a preview of what I am doing.

Step 1. I am render list of array using appear animation using class "A"
Step 2. on click of one obj the existing array should leave using class "A"
Step 3. The selected obj will will animate using appear animation using class "B"
Step 4. When I close the selected obj animate using leave animation using class "B"
back to step one.

I am wrapping the entire component with

Is it possible to execute the above mentioned using ReactCSSTransitionGroup ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant