Skip to content

Commit

Permalink
Fix animation name
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 4, 2024
1 parent 8312944 commit 4f6ab36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/main/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ body {
background: var(--accent);
transform: scaleY(0);
transform-origin: center top;
animation-name: main-blinking;
animation-name: --main-blinking;
animation-play-state: paused;
animation-timing-function: linear;
animation-iteration-count: infinite;
Expand All @@ -157,7 +157,7 @@ body {
}
}

@keyframes main-blinking {
@keyframes --main-blinking {
6% {
transform: scaleY(0);
}
Expand Down

0 comments on commit 4f6ab36

Please sign in to comment.