Roo/bootstrap/Modal.js
authorEdward <edward@roojs.com>
Fri, 27 Mar 2015 02:51:45 +0000 (10:51 +0800)
committerEdward <edward@roojs.com>
Fri, 27 Mar 2015 02:51:45 +0000 (10:51 +0800)
Roo/bootstrap/Modal.js

index aafcfee..e0778cd 100644 (file)
@@ -232,7 +232,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
         
         if(this.animate){
             var _this = this;
-            (function(){ _this.el.addClass('in'); }).defer(10);
+            (function(){ _this.el.addClass('in'); }).defer(50);
         }else{
             this.el.addClass('in');
         }