diff --git a/notes/2.13.md b/notes/2.13.md index 53f99a3437..aa1d3438e0 100644 --- a/notes/2.13.md +++ b/notes/2.13.md @@ -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;