Turn on GPU support for all children of the layerContainerDiv
This seems to remove all kinds of flicker and jumpiness, and to me it feels also like it makes panning on slow mobile devices smoother.
This commit is contained in:
@@ -17,8 +17,6 @@ html, body, #map {
|
||||
-moz-transition: opacity 0.2s linear;
|
||||
-o-transition: opacity 0.2s linear;
|
||||
transition: opacity 0.2s linear;
|
||||
/* workaround for strange border tile squeezing on Android 4.x */
|
||||
-webkit-transform: scale(1.001);
|
||||
}
|
||||
div.olControlAttribution {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user