mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-06 16:50:01 +01:00
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-duration: 1s;
|
||||
transition-timing-function: ease-in-out;
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
.openwebrx-progressbar--over .openwebrx-progressbar-bar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue