examples/bootstrap/dashboard3.slidetest.js
authorAlan Knowles <alan@roojs.com>
Tue, 3 Feb 2015 08:41:49 +0000 (16:41 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Feb 2015 08:41:49 +0000 (16:41 +0800)
examples/bootstrap/dashboard3.slidetest.js

index 642d77d..aeb2e88 100644 (file)
@@ -57,14 +57,14 @@ Roo.apply(dashboard3.slidetest.prototype, {
                 from : (box.width + obox.x + 50 ),
                 to : obox.x 
             }
-        }, 1,function() { _t.completeSlide(); }, 'easeOut', 'run');
+        }, 0.5,function() { _t.completeSlide(); }, 'easeOut', 'run');
         
         this.el.animate({
             left : {
                 from : obox.x , 
                 to : -1 * (box.width + 50 )
             }
-        }, 1, false, 'easeOut', 'run');
+        }, 0.5, false, 'easeOut', 'run');