class name olLayerGridTile renamed olLayerGrid

This commit is contained in:
Éric Lemoine
2012-04-03 06:28:06 +02:00
parent eb2d62dacb
commit f870417a30
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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;