react-simple-animate icon indicating copy to clipboard operation
react-simple-animate copied to clipboard

Animation bug when adding new item

Open chertik77 opened this issue 1 year ago • 1 comments

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 avatar Jun 04 '24 17:06 chertik77

@bluebill1049

chertik77 avatar Jun 04 '24 18:06 chertik77