See 44a2b50455 (commitcomment-3123666)
This commit is contained in:
Tim Schaub
2013-05-01 09:26:55 -06:00
parent 989464cd93
commit 90535134d4

View File

@@ -80,7 +80,7 @@ The `transitionEffect` property for grid layers has been changed to "resize" by
OpenLayers now has animated zooming, which is enabled by default. To turn it off, configure the map with `zoomMethod: null`.
To make the zoom animation smooth, GPU support is active by default for rendering tiles. This may interfer with UI widgets that overlay the map. In this case, it may be necessary to turn GPU support off, which is done with the following css declaration:
To make the zoom animation smooth, GPU support is active by default for rendering tiles. This may interfere with UI widgets that overlay the map. In this case, it may be necessary to turn GPU support off, which is done with the following css declaration:
img.olTileImage {
-webkit-transform: inherit;