GPU needs to be turned on for all elements we move
This commit is contained in:
@@ -487,10 +487,12 @@ a.olControlZoomOut {
|
||||
transition: opacity 0.2s linear;
|
||||
}
|
||||
|
||||
.olTileImage, .olLayerDiv {
|
||||
/* Turn on GPU support where available */
|
||||
.olMapViewport * {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user