[Property] (Ext.Class)
[Method] Adds an animated object to the animation pool
Object The animation descriptor to add to the pool.
[Method] Register a recursive callback that will be called at every frame
Object
Object
string
String
[Method] Cross platform animationTime implementation
number
Number
[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)
any
Object Returns the result of calling the overridden method
[Method] Call the parent method of the current method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)
any
Object Returns the result of calling the parent method
[Method] This method is used by an override to call the superclass method but bypass any overridden method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)
any
Object Returns the result of calling the superclass method
[Method] Cancel a registered one time callback
Object
[Method] Returns true or false whether it contains the given animation or not
Object The animation to check for.
boolean
Boolean
[Method]
[Method] Returns true or false whether the pool is empty or not
boolean
Boolean
[Method] Returns the initial configuration passed to constructor
String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.
any
Object/Mixed
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Removes an animation from the pool
Object The animation to remove from the pool.
[Method] Unregister a recursive callback
Object
[Method] Register an one time callback that will be called at the next frame
Object
Object
string
String
[Method] Get the reference to the class from which this object was instantiated
Ext.Class
[Method] Given a frame time it will filter out finished animations from the pool
Number The frame's start time, in milliseconds.