design: smooth progress bar animations

This commit is contained in:
Ryan Cao 2023-02-17 00:29:48 +08:00 committed by Kent Keirsey
parent a76038bac4
commit f4f813d108

View File

@ -7,6 +7,8 @@
div {
background-color: var(--progress-bar-color);
transition: width 0.2s ease-in-out;
&[data-indeterminate] {
background-color: unset;
background-image: linear-gradient(