apply transform trick to get GPU optimized animations
This commit is contained in:
parent
993aa87776
commit
eb34c45145
@ -564,6 +564,7 @@ img.openwebrx-mirror-img
|
|||||||
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
.openwebrx-progressbar--over .openwebrx-progressbar-bar {
|
.openwebrx-progressbar--over .openwebrx-progressbar-bar {
|
||||||
|
Loading…
Reference in New Issue
Block a user