X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/ux/ProgressBarPager.js diff --git a/examples/ux/ProgressBarPager.js b/examples/ux/ProgressBarPager.js index 0aecb81e..a6d59d7b 100644 --- a/examples/ux/ProgressBarPager.js +++ b/examples/ux/ProgressBarPager.js @@ -38,6 +38,11 @@ Ext.define('Ext.ux.ProgressBarPager', { * @cfg {Object} defaultAnimCfg *

A {@link Ext.fx.Anim Ext.fx.Anim} configuration object.

*/ + defaultAnimCfg : { + duration: 1000, + easing: 'bounceOut' + }, + constructor : function(config) { if (config) { Ext.apply(this, config);