feat: add smooth width transition to progress bar with 1s ease animation

This commit is contained in:
Developer 02
2024-09-25 14:46:08 +02:00
parent 361bdeb2b2
commit 4a1459d708
2 changed files with 2 additions and 1 deletions

View File

@@ -89,6 +89,7 @@
left: 0;
height: 0.3125rem;
width: var(--progress-width, 1%);
transition: width 1s ease;
}
.progress-text {