Skip to content

Animation bug when adding new item #113

@chertik77

Description

@chertik77

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>

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