Skip to content

Animation Issue: Animaton New sometimes won't delay  #11

@kailinc

Description

@kailinc

This is very annoying in the standpoint of UI. Sometimes the animation new would not delay or happen instantly. It is as if it ignored the animation duration and animation delay I set up. This usually happens when there is a big shift for the board.

.new {
  transform: scale(0);
  animation: new 0.25s linear forwards;
  animation-delay: 0.2s;
}

.hor-1 {
  animation: slideRight1 0.1s linear forwards;
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions