MOBILE-4430 progress-bar: Add progress change animation
parent
755b4c0189
commit
a9ab42befa
|
@ -47,6 +47,7 @@
|
||||||
&[value]::-webkit-progress-value {
|
&[value]::-webkit-progress-value {
|
||||||
background-color: var(--progressbar-color);
|
background-color: var(--progressbar-color);
|
||||||
border-radius: var(--height);
|
border-radius: var(--height);
|
||||||
|
transition: width 500ms ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue