feat: add smooth width transition to progress bar with 1s ease animation
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
left: 0;
|
||||
height: 0.3125rem;
|
||||
width: var(--progress-width, 1%);
|
||||
transition: width 1s ease;
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
|
||||
Reference in New Issue
Block a user