diff --git a/examples/style.mobile.css b/examples/style.mobile.css index 31c27ffd92..f5c61ab0ac 100644 --- a/examples/style.mobile.css +++ b/examples/style.mobile.css @@ -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; +}