mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-11 04:14:57 +02:00
Fix flickering when switching between background imagery layers
and make switching backgrounds snappier
This commit is contained in:
+2
-6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user