UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

15 lines (12 loc) 211 B
/** * @private */ Ext.define('Ext.fx.animation.FadeOut', { extend: 'Ext.fx.animation.Fade', alias: 'animation.fadeOut', config: { // @hide out: true, before: {} } });