X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/api/Ext.fx.target.Target.html diff --git a/docs/api/Ext.fx.target.Target.html b/docs/api/Ext.fx.target.Target.html deleted file mode 100644 index bf62cedb..00000000 --- a/docs/api/Ext.fx.target.Target.html +++ /dev/null @@ -1,53 +0,0 @@ -Ext.fx.target.Target | Ext JS 4.0 Documentation -
For up to date documentation and features, visit -http://docs.sencha.com/ext-js/4-0

Sencha Documentation

- - - - - -

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

-
Defined By

Methods

 
Target( -Mixed target) - : void

 

-

Parameters

  • target : Mixed

    The object to be animated

    -

Returns

  • void    -
\ No newline at end of file