Fix jitter in firefox

This commit is contained in:
wvffle 2022-07-21 16:57:10 +00:00 committed by Georg Krause
parent 0bb424a777
commit 9d7327a45f
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
} }
.ui.progress .bar { .ui.progress .bar {
transition: transform .2s linear; transition: transform .1s linear;
width: 100%; width: 100%;
transform: scaleX(0); transform: scaleX(0);
transform-origin: top left; transform-origin: top left;

View File

@ -171,7 +171,7 @@
margin: 0 auto; margin: 0 auto;
} }
.ui.progress .bar { .ui.progress .bar {
transition: transform .2s linear; transition: transform .1s linear;
width: 100%; width: 100%;
transform: scaleX(0); transform: scaleX(0);
transform-origin: top left; transform-origin: top left;