add olMapTileAnim rule in style.mobile.css
This commit is contained in:
@@ -23,3 +23,9 @@ div.olControlZoomPanel .olControlZoomOutItemInactive {
|
|||||||
top: 72px;
|
top: 72px;
|
||||||
background-position: 0 -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user