X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/output/Ext.fx.Easing.js diff --git a/docs/output/Ext.fx.Easing.js b/docs/output/Ext.fx.Easing.js index 79f602f5..3bc3112d 100644 --- a/docs/output/Ext.fx.Easing.js +++ b/docs/output/Ext.fx.Easing.js @@ -1,52 +1,60 @@ Ext.data.JsonP.Ext_fx_Easing({ - "tagname": "class", - "name": "Ext.fx.Easing", - "doc": "

This class contains a series of function definitions used to modify values during an animation.\nThey describe how the intermediate values used during a transition will be calculated. It allows for a transition to change\nspeed over its duration. The following options are available:

\n\n\n\n\n

Note that cubic-bezier will create a custom easing curve following the CSS3 transition-timing-function specification http://www.w3.org/TR/css3-transitions/.transition-timing-function_tag. The four values specify points P1 and P2 of the curve\nas (x1, y1, x2, y2). All values must be in the range [0, 1] or the definition is invalid.

\n", - "extends": null, - "mixins": [ - - ], - "alternateClassNames": [ + "allMixins": [ ], - "xtype": null, - "author": null, + "deprecated": null, "docauthor": null, - "singleton": true, - "private": false, - "cfg": [ + "members": { + "cfg": [ - ], - "method": [ + ], + "method": [ - ], - "property": [ + ], + "property": [ - ], - "event": [ + ], + "cssVar": [ - ], - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/fx/Easing.js", - "linenr": 1, - "html_filename": "Easing.html", - "href": "Easing.html#Ext-fx-Easing", - "cssVar": [ + ], + "cssMixin": [ - ], - "cssMixin": [ + ], + "event": [ - ], - "component": false, + ] + }, + "singleton": true, + "alias": null, "superclasses": [ ], + "protected": false, + "tagname": "class", + "mixins": [ + + ], + "href": "Easing.html#Ext-fx-Easing", "subclasses": [ ], + "static": false, + "author": null, + "component": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/fx/Easing.js", + "private": false, + "alternateClassNames": [ + + ], + "name": "Ext.fx.Easing", + "doc": "

This class contains a series of function definitions used to modify values during an animation.\nThey describe how the intermediate values used during a transition will be calculated. It allows for a transition to change\nspeed over its duration. The following options are available:

\n\n\n\n\n

Note that cubic-bezier will create a custom easing curve following the CSS3 transition-timing-function\nspecification. The four values specify points P1 and P2 of the curve as (x1, y1, x2, y2). All values must\nbe in the range [0, 1] or the definition is invalid.

\n", "mixedInto": [ ], - "allMixins": [ + "linenr": 1, + "xtypes": [ - ] + ], + "html_filename": "Easing.html", + "extends": null }); \ No newline at end of file