|
Component
|
This class represents a animation target for a Ext.Component. In general this class will not be
created directly, the Ext.Component will be passed to the animation and
and the appropriate target will be created.
|
|
ComponentConfig
|
|
|
ComponentEvents
|
|
|
CompositeElement
|
This class represents a animation target for a Ext.CompositeElement. It allows
each Ext.core.Element in the group to be animated as a whole. In general this class will not be
created directly, the Ext.CompositeElement will be passed to the animation and
and the appropriate target will be created.
|
|
CompositeElementConfig
|
|
|
CompositeElementCSS
|
This class represents a animation target for a Ext.CompositeElement, where the
constituent elements support CSS based animation. It allows each Ext.core.Element in
the group to be animated as a whole. In general this class will not be created directly,
the Ext.CompositeElement will be passed to the animation and the appropriate target
will be created.
|
|
CompositeElementCSSConfig
|
|
|
CompositeElementCSSEvents
|
|
|
CompositeElementEvents
|
|
|
CompositeSprite
|
This class represents a animation target for a Ext.draw.CompositeSprite. It allows
each Ext.draw.Sprite in the group to be animated as a whole. In general this class will not be
created directly, the Ext.draw.CompositeSprite will be passed to the animation and
and the appropriate target will be created.
|
|
CompositeSpriteConfig
|
|
|
CompositeSpriteEvents
|
|
|
Element
|
This class represents a animation target for an Ext.core.Element. In general this class will not be
created directly, the Ext.core.Element will be passed to the animation and
and the appropriate target will be created.
|
|
ElementConfig
|
|
|
ElementCSS
|
This class represents a animation target for an Ext.core.Element that supports CSS
based animation. In general this class will not be created directly, the Ext.core.Element
will be passed to the animation and the appropriate target will be created.
|
|
ElementCSSConfig
|
|
|
ElementCSSEvents
|
|
|
ElementEvents
|
|
|
Sprite
|
This class represents a animation target for a Ext.draw.Sprite. In general this class will not be
created directly, the Ext.draw.Sprite will be passed to the animation and
and the appropriate target will be created.
|
|
SpriteConfig
|
|
|
SpriteEvents
|
|
|
Target
|
This class specifies a generic target for an animation. It provides a wrapper around a
series of different types of objects to allow for a generic animation API.
A target can be a single object or a Composite object containing other objects that are
to be animated. This class and it's subclasses are generally not created directly, the
underlying animation will create the appropriate Ext.fx.target.Target object by passing
the instance to be animated. The following types of objects can be animated: Components Elements Sprites
|
|
TargetConfig
|
|
|
TargetEvents
|
|