X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.fx.Easing.js diff --git a/docs/output/Ext.fx.Easing.js b/docs/output/Ext.fx.Easing.js new file mode 100644 index 00000000..79f602f5 --- /dev/null +++ b/docs/output/Ext.fx.Easing.js @@ -0,0 +1,52 @@ +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": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": true, + "private": false, + "cfg": [ + + ], + "method": [ + + ], + "property": [ + + ], + "event": [ + + ], + "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": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file