more animation performance optimizations
This commit is contained in:
parent
cf0c6e7f9d
commit
f4b9decd23
@ -561,10 +561,11 @@ img.openwebrx-mirror-img
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -100%;
|
left: -100%;
|
||||||
transition-property: left background-color;
|
transition-property: left,background-color;
|
||||||
transition-duration: 1s;
|
transition-duration: 1s;
|
||||||
transition-timing-function: ease-in-out;
|
transition-timing-function: ease-in-out;
|
||||||
transform: translateZ(0);
|
transform: translateZ(0);
|
||||||
|
will-change: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openwebrx-progressbar--over .openwebrx-progressbar-bar {
|
.openwebrx-progressbar--over .openwebrx-progressbar-bar {
|
||||||
|
Loading…
Reference in New Issue
Block a user