Fix jitter in firefox
This commit is contained in:
parent
0bb424a777
commit
9d7327a45f
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue