add css rule for tile animation

This commit is contained in:
Éric Lemoine
2011-12-31 00:20:06 +01:00
parent 6b918bc9ab
commit df7ab415d0

View File

@@ -428,3 +428,14 @@ span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
background-position: -26px -24px;
}
/**
* Animations
*/
.olMapTileAnim .olTileImage {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}