Skip to content

Commit

Permalink
Add transition to progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Nov 3, 2024
1 parent f6bbbbe commit fe2bf6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ProgressBar/ProgressBar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
.progressBar {
height: var(--progress-height);
background-color: var(--main-color);
transition: width .2s ease-in-out;
}

0 comments on commit fe2bf6e

Please sign in to comment.