css-transition-group
css-transition-group copied to clipboard
Switching in between transitionName while rendering the component
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 <ReactCSSTransitionGroup>
Is it possible to execute the above mentioned using ReactCSSTransitionGroup ?