X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.fx.Manager.js diff --git a/docs/output/Ext.fx.Manager.js b/docs/output/Ext.fx.Manager.js new file mode 100644 index 00000000..86fa302c --- /dev/null +++ b/docs/output/Ext.fx.Manager.js @@ -0,0 +1,161 @@ +Ext.data.JsonP.Ext_fx_Manager({ + "tagname": "class", + "name": "Ext.fx.Manager", + "doc": "

Animation Manager which keeps track of all current animations and manages them on a frame by frame basis.

\n", + "extends": null, + "mixins": [ + "Ext.fx.Queue" + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": true, + "private": true, + "cfg": [ + { + "tagname": "cfg", + "name": "forceJS", + "member": "Ext.fx.Manager", + "type": "Boolean", + "doc": "

Turn off to not use CSS3 transitions when they are available

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/fx/Manager.js", + "linenr": 55, + "html_filename": "Manager3.html", + "href": "Manager3.html#Ext-fx-Manager-cfg-forceJS" + }, + { + "tagname": "cfg", + "name": "interval", + "member": "Ext.fx.Manager", + "type": "Number", + "doc": "

Default interval in miliseconds to calculate each frame. Defaults to 16ms (~60fps)

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/fx/Manager.js", + "linenr": 50, + "html_filename": "Manager3.html", + "href": "Manager3.html#Ext-fx-Manager-cfg-interval" + } + ], + "method": [ + { + "tagname": "method", + "name": "addAnim", + "member": "Ext.fx.Manager", + "doc": "

Add an Anim to the manager. This is done automatically when an Anim instance is created.

\n", + "params": [ + { + "type": "Ext.fx.Anim", + "name": "anim", + "doc": "\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/fx/Manager.js", + "linenr": 114, + "html_filename": "Manager3.html", + "href": "Manager3.html#Ext-fx-Manager-method-addAnim", + "shortDoc": "

Add an Anim to the manager. This is done automatically when an Anim instance is created.

\n" + }, + { + "tagname": "method", + "name": "collectTargetData", + "member": "Ext.fx.Manager", + "doc": "

Collect target attributes for the given Anim object at the given timestamp

\n", + "params": [ + { + "type": "Ext.fx.Anim", + "name": "anim", + "doc": "

The Anim instance

\n", + "optional": false + }, + { + "type": "Number", + "name": "timestamp", + "doc": "

Time after the anim's start time

\n", + "optional": false + }, + { + "type": "Object", + "name": "useCSS3", + "doc": "\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/fx/Manager.js", + "linenr": 267, + "html_filename": "Manager3.html", + "href": "Manager3.html#Ext-fx-Manager-method-collectTargetData", + "shortDoc": "

Collect target attributes for the given Anim object at the given timestamp

\n" + }, + { + "tagname": "method", + "name": "removeAnim", + "member": "Ext.fx.Manager", + "doc": "

Remove an Anim from the manager. This is done automatically when an Anim ends.

\n", + "params": [ + { + "type": "Ext.fx.Anim", + "name": "anim", + "doc": "\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/fx/Manager.js", + "linenr": 152, + "html_filename": "Manager3.html", + "href": "Manager3.html#Ext-fx-Manager-method-removeAnim", + "shortDoc": "

Remove an Anim from the manager. This is done automatically when an Anim ends.

\n" + } + ], + "property": [ + + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/fx/Manager.js", + "linenr": 1, + "html_filename": "Manager3.html", + "href": "Manager3.html#Ext-fx-Manager", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + "Ext.fx.Queue" + ] +}); \ No newline at end of file