Skip to content

Switching in between transitionName while rendering the component #6

Description

@pheolink

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions