MOBILE-4430 progress-bar: Add progress change animation

main
Alfonso Salces 2024-04-19 12:26:01 +02:00
parent 755b4c0189
commit a9ab42befa
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
&[value]::-webkit-progress-value {
background-color: var(--progressbar-color);
border-radius: var(--height);
transition: width 500ms ease-in-out;
}
}