Skip to content

Animation props.timeout not working #64

@chertik77

Description

@chertik77
     <AnimatedList
            animation='grow'
            animationProps={{ timeout: { appear: 1000000000 } }}>
            {sortedCards.map(card => (
              <BoardCard
                card={card}
                key={card.id}
              />
            ))}
          </AnimatedList>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions