]> git.proxmox.com Git - extjs.git/blame - extjs/packages/core/src/fx/animation/PopOut.js
add extjs 6.0.1 sources
[extjs.git] / extjs / packages / core / src / fx / animation / PopOut.js
CommitLineData
6527f429
DM
1/**\r
2 * @private\r
3 */\r
4Ext.define('Ext.fx.animation.PopOut', {\r
5 extend: 'Ext.fx.animation.Pop',\r
6\r
7 alias: 'animation.popOut',\r
8\r
9 config: {\r
10 // @hide\r
11 out: true,\r
12\r
13 before: {}\r
14 }\r
15});\r