/** * @class Ext.fx.Animation * @private * This class is a factory class that will create and return an animation class based * on the {@link #type} configuration. */ /** * @cfg {String} type * The type of animation to use. The possible values are: * * - `fade` - {@link Ext.fx.animation.Fade} * - `fadeOut` - {@link Ext.fx.animation.FadeOut} * - `flip` - {@link Ext.fx.animation.Flip} * - `pop` - {@link Ext.fx.animation.Pop} * - `popOut` - {@link Ext.fx.animation.PopOut} * - `slide` - {@link Ext.fx.animation.Slide} * - `slideOut` - {@link Ext.fx.animation.SlideOut} */