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

Transition group example for ternaries #911

Open
peterwiebe opened this issue Oct 16, 2024 · 0 comments
Open

Transition group example for ternaries #911

peterwiebe opened this issue Oct 16, 2024 · 0 comments

Comments

@peterwiebe
Copy link

The example for transition group to animate in/out elements is with an array. I haven't had time to dig into the code but are we not able to use a ternary?

<TransitionGroup>
  { isFirstItemVisible ? (
      <CSSTransition>
         ...
      </CSSTransition>
  ) : (
      <CSSTransition>
         ...
      </CSSTransition>
  )}
</TransitionGroup
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