mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(progress-bar): add width transition (#22964)
This commit is contained in:
@ -130,6 +130,8 @@
|
||||
right: -8px;
|
||||
|
||||
left: unset;
|
||||
|
||||
transition: width 150ms linear;
|
||||
/* stylelint-enable property-blacklist */
|
||||
|
||||
background: radial-gradient(ellipse at center, var(--buffer-background) 0%, var(--buffer-background) 30%, transparent 30%) repeat-x 5px;
|
||||
|
||||
Reference in New Issue
Block a user