mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Fix flickering when switching between background imagery layers
and make switching backgrounds snappier
This commit is contained in:
@@ -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