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

Animation bug when adding new item #113

Open
chertik77 opened this issue Jun 4, 2024 · 1 comment
Open

Animation bug when adding new item #113

chertik77 opened this issue Jun 4, 2024 · 1 comment

Comments

@chertik77
Copy link

chertik77 commented Jun 4, 2024

Screenshot 2024-06-04 at 18 56 55

When adding a new card, it causes a bug so i dont see the content

 <AnimateGroup play>
            {sortedCards?.map(card => (
              <Animate
                key={card.id}
                sequenceId={card.id}
                start={{ opacity: 0 }}
                end={{ opacity: 1 }}>
                <BoardCard card={card} />
              </Animate>
            ))}
          </AnimateGroup>
@chertik77
Copy link
Author

@bluebill1049

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