Skip to content

Commit

Permalink
fix: progress
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed May 22, 2024
1 parent 569188d commit a6391a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,13 @@
}

.progress {
display: none;

@supports (animation-timeline: --page-scroll, --page-scroll) {
animation: move-progress linear both, grow-progress auto linear;
animation-range: 0 150px, 0% 100%;
transform-origin: 0 50%;
display: block;
}
}

Expand Down

0 comments on commit a6391a4

Please sign in to comment.