class name olLayerGridTile renamed olLayerGrid
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ Corresponding issues/pull requests:
|
||||
|
||||
The displaying of tiles can now be animated, using CSS3 transitions. Transitions operate on the `opacity` property. Here's the CSS rule defined in OpenLayers' default theme:
|
||||
|
||||
.olLayerGridTile .olTileImage {
|
||||
.olLayerGrid .olTileImage {
|
||||
-webkit-transition: opacity 0.2s linear;
|
||||
-moz-transition: opacity 0.2s linear;
|
||||
-o-transition: opacity 0.2s linear;
|
||||
|
||||
Reference in New Issue
Block a user