Skip to content

Commit 4822dd4

Browse files
committed
Change anim name.
1 parent c93b85a commit 4822dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
left: 8px;
4747
width: 16px;
4848
background: #dfc;
49-
animation: spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
49+
animation: spin 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
5050
}
5151
.spinner div:nth-child(1) {
5252
left: 8px;
@@ -60,7 +60,7 @@
6060
left: 56px;
6161
animation-delay: 0;
6262
}
63-
@keyframes spinner {
63+
@keyframes spin {
6464
0% {
6565
top: 8px;
6666
height: 64px;

0 commit comments

Comments
 (0)