Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.fx.Easing.js
1 Ext.data.JsonP.Ext_fx_Easing({
2   "allMixins": [
3
4   ],
5   "deprecated": null,
6   "docauthor": null,
7   "members": {
8     "cfg": [
9
10     ],
11     "method": [
12
13     ],
14     "property": [
15
16     ],
17     "cssVar": [
18
19     ],
20     "cssMixin": [
21
22     ],
23     "event": [
24
25     ]
26   },
27   "singleton": true,
28   "alias": null,
29   "superclasses": [
30
31   ],
32   "protected": false,
33   "tagname": "class",
34   "mixins": [
35
36   ],
37   "href": "Easing.html#Ext-fx-Easing",
38   "subclasses": [
39
40   ],
41   "static": false,
42   "author": null,
43   "component": false,
44   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/fx/Easing.js",
45   "private": false,
46   "alternateClassNames": [
47
48   ],
49   "name": "Ext.fx.Easing",
50   "doc": "<p>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:</p>\n\n<ul>\n<li>linear The default easing type</li>\n<li>backIn</li>\n<li>backOut</li>\n<li>bounceIn</li>\n<li>bounceOut</li>\n<li>ease</li>\n<li>easeIn</li>\n<li>easeOut</li>\n<li>easeInOut</li>\n<li>elasticIn</li>\n<li>elasticOut</li>\n<li>cubic-bezier(x1, y1, x2, y2)</li>\n</ul>\n\n\n<p>Note that cubic-bezier will create a custom easing curve following the CSS3 <a href=\"http://www.w3.org/TR/css3-transitions/#transition-timing-function_tag\">transition-timing-function</a>\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.</p>\n",
51   "mixedInto": [
52
53   ],
54   "linenr": 1,
55   "xtypes": [
56
57   ],
58   "html_filename": "Easing.html",
59   "extends": null
60 });