Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / ux / ProgressBarPager.js
index 0aecb81..a6d59d7 100644 (file)
@@ -38,6 +38,11 @@ Ext.define('Ext.ux.ProgressBarPager', {
      * @cfg {Object} defaultAnimCfg
      * <p>A {@link Ext.fx.Anim Ext.fx.Anim} configuration object.</p>
      */
+    defaultAnimCfg : {
+               duration: 1000,
+               easing: 'bounceOut'     
+       },      
+    
     constructor : function(config) {
         if (config) {
             Ext.apply(this, config);