cute progress bar animations

This commit is contained in:
Matt Walsh
2022-08-05 15:53:16 -05:00
parent 8cc6e4a1eb
commit 068d3a438c
4 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -134,7 +134,7 @@
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-name: progress-scroll;
animation-timing-function: linear;
animation-timing-function: steps(8, end);
}
.cover {
@@ -144,6 +144,7 @@
background-color: white;
width: 100%;
height: 24px;
transition: width 1s steps(6);
}
}
}