change CSS accessor for tile transition

This commit is contained in:
Éric Lemoine
2012-03-31 21:24:03 +02:00
parent 1e5f83593c
commit 5b40ffe474
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ div.olControlZoom a:hover {
background: rgba(0, 60, 136, 0.5);
}
}
.olTileImage {
.olLayerGridTile .olTileImage {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;

View File

@@ -476,7 +476,7 @@ a.olControlZoomOut {
* Animations
*/
.olTileImage {
.olLayerGridTile .olTileImage {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;