From e11e4358fa1417d11f19e719db5e8da02cbf80d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sat, 31 Dec 2011 14:13:42 +0100 Subject: [PATCH] add olMapTileAnim rule in style.mobile.css --- examples/style.mobile.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; +}