[Commits] r2731 - sandbox/gxm/geoext/gxm/examples

commits at geoext.org commits at geoext.org
Wed Jun 15 15:05:48 CEST 2011


Author: marcjansen
Date: 2011-06-15 15:05:48 +0200 (Wed, 15 Jun 2011)
New Revision: 2731

Modified:
   sandbox/gxm/geoext/gxm/examples/layerlist.js
Log:
change the animation of cards to 'slide' since that is supposed to look the same in both iOS and android

Modified: sandbox/gxm/geoext/gxm/examples/layerlist.js
===================================================================
--- sandbox/gxm/geoext/gxm/examples/layerlist.js	2011-06-15 12:49:32 UTC (rev 2730)
+++ sandbox/gxm/geoext/gxm/examples/layerlist.js	2011-06-15 13:05:48 UTC (rev 2731)
@@ -127,7 +127,7 @@
                     pack: 'center'
                 }
             },
-            cardSwitchAnimation: 'flip',
+            cardSwitchAnimation: 'slide',
             dockedItems: [
                 {
                     xtype: 'toolbar',



More information about the Commits mailing list