add css transition for mobile examples

This commit is contained in:
Antoine Abt
2012-03-26 22:19:00 +02:00
parent febf048d9d
commit 87763af644

View File

@@ -40,3 +40,9 @@ div.olControlZoom a:hover {
background: rgba(0, 0, 0, 0.3);
}
}
.olTileImage {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}