mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
use transform / will-change properties for waterfall
* prevents expensive layout events in the browser * allows the browser to optimize rendering
This commit is contained in:
parent
54142f4f15
commit
beb3d696c9
2 changed files with 7 additions and 3 deletions
|
|
@ -302,6 +302,7 @@ input[type=range]:disabled {
|
|||
image-rendering: -webkit-optimize-contrast;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
#openwebrx-log-scroll
|
||||
|
|
@ -772,6 +773,7 @@ img.openwebrx-mirror-img
|
|||
position: absolute;
|
||||
pointer-events: none;
|
||||
transition: width 500ms, left 500ms;
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
.openwebrx-panel select,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue