]> git.proxmox.com Git - sencha-touch.git/blob - src/src/fx/animation/WipeOut.js
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / src / fx / animation / WipeOut.js
1 /**
2 * @private
3 */
4 Ext.define('Ext.fx.animation.WipeOut', {
5 extend: 'Ext.fx.animation.Wipe',
6
7 config: {
8 // @hide
9 out: true
10 }
11 });