Skip to content

Commit

Permalink
style(progress): make width transition when value changes after page … (
Browse files Browse the repository at this point in the history
#1861)

* style(progress): make width transition when value changes after page load

* style(progress): update order for linter
  • Loading branch information
QuintonJason authored Feb 16, 2024
1 parent 633d0cb commit 8a2522c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ $-progress-bar-height: sage-spacing(xs);
}

.sage-progress-bar__animate {
transition: 1s width ease;
animation: 3s sage-progress-bar--slide ease;
}

Expand Down

0 comments on commit 8a2522c

Please sign in to comment.