UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

13 lines (11 loc) 195 B
/** * @private */ Ext.define('Ext.fx.animation.SlideOut', { extend: 'Ext.fx.animation.Slide', alias: ['animation.slideOut'], config: { // @hide out: true } });