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