[fusion-commits] r2595 - sandbox/ol212/lib/OpenLayers/theme/default
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Sun Sep 16 23:24:52 PDT 2012
Author: jng
Date: 2012-09-16 23:24:51 -0700 (Sun, 16 Sep 2012)
New Revision: 2595
Modified:
sandbox/ol212/lib/OpenLayers/theme/default/style.css
Log:
Add tile animation for single-tile layers
Modified: sandbox/ol212/lib/OpenLayers/theme/default/style.css
===================================================================
--- sandbox/ol212/lib/OpenLayers/theme/default/style.css 2012-09-17 05:11:25 UTC (rev 2594)
+++ sandbox/ol212/lib/OpenLayers/theme/default/style.css 2012-09-17 06:24:51 UTC (rev 2595)
@@ -482,3 +482,10 @@
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
+
+.olLayerGridSingleTile .olTileImage {
+ -webkit-transition: opacity 0.2s linear;
+ -moz-transition: opacity 0.2s linear;
+ -o-transition: opacity 0.2s linear;
+ transition: opacity 0.2s linear;
+}
More information about the fusion-commits
mailing list