Fix flickering when switching between background imagery layers

and make switching backgrounds snappier
This commit is contained in:
Martin Raifer
2024-10-21 18:31:07 +02:00
parent d48205cb32
commit 5024feafe8
3 changed files with 25 additions and 26 deletions

View File

@@ -4361,17 +4361,13 @@ img.tile {
-webkit-user-drag: none;
opacity: 0;
transition: opacity 200ms linear;
}
img.tile-loaded {
opacity: 1;
transition: opacity 120ms linear;
}
img.tile-removing {
opacity: 0;
z-index: 1;
}
.tile-label-debug {