[OpenLayers-Commits] r11623 - sandbox/cmoullet/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Sun Mar 6 11:52:41 EST 2011


Author: cmoullet
Date: 2011-03-06 08:52:40 -0800 (Sun, 06 Mar 2011)
New Revision: 11623

Modified:
   sandbox/cmoullet/openlayers/examples/3DTransformation.html
Log:
Think to the future

Modified: sandbox/cmoullet/openlayers/examples/3DTransformation.html
===================================================================
--- sandbox/cmoullet/openlayers/examples/3DTransformation.html	2011-03-06 10:08:35 UTC (rev 11622)
+++ sandbox/cmoullet/openlayers/examples/3DTransformation.html	2011-03-06 16:52:40 UTC (rev 11623)
@@ -10,6 +10,12 @@
         body {
             -webkit-transform-style: preserve-3d;
             -webkit-perspective: 250;
+            -moz-transform-style: preserve-3d;
+            -moz-perspective: 250;
+            -o-transform-style: preserve-3d;
+            -o-perspective: 250;
+            transform-style: preserve-3d;
+            perspective: 250;
         }
     </style>
     <script type="text/javascript">
@@ -41,6 +47,8 @@
 
 <div id="map" style="
     -webkit-transform: rotateX(30deg);
+    -moz-transform:rotateX(30deg);
+    -o-transform:rotateX(30deg);
     transform: rotateX(30deg);
     height: 600px;
     width: 100%;"></div>



More information about the Commits mailing list