Merge pull request #356 from tonio/transition

Add css transitions to mobile example stylesheet
This commit is contained in:
Antoine Abt
2012-03-26 23:50:25 -07:00
+6
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;
}