add olMapTileAnim rule in style.mobile.css

This commit is contained in:
Éric Lemoine
2011-12-31 14:13:42 +01:00
parent 587650e01b
commit e11e4358fa

View File

@@ -23,3 +23,9 @@ div.olControlZoomPanel .olControlZoomOutItemInactive {
top: 72px;
background-position: 0 -72px;
}
.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;
}