Skip to content

Commit

Permalink
Add transition to progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jthompson-arcus committed Dec 4, 2024
1 parent 54f7f55 commit 2473133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/app/www/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ div.cs-progress-bar {

div.cs-progress-bar>div.cs-progress {
height: 100%;
transition: width 1s;
}

div.cs-progress-bar>div.cs-progress.completed {
Expand Down

0 comments on commit 2473133

Please sign in to comment.