blob: 77dfb6b0fc6d14a618d765c33aa3b0dcf2192d9e [file] [log] [blame]
{ "type": "class",
"qname": "mx.effects.easing.Bounce",
"baseClassname": ""
,
"description": "The Bounce class defines three easing functions to implement bounce motion with Flex effect classes. For more information, see http://www.robertpenner.com/profmx.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "easeOut",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The <code>easeOut()</code> method starts the bounce motion fast, and then decelerates motion as it executes.",
"tags": [
{ "tagName": "param",
"values": ["t Specifies time.", "b Specifies the initial position of a component.", "c Specifies the total change in position of the component.", "d Specifies the duration of the effect, in milliseconds."]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "return",
"values": ["Number corresponding to the position of the component."]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Number",
"params": [{ "name": "t", "type": "Number"},
{ "name": "b", "type": "Number"},
{ "name": "c", "type": "Number"},
{ "name": "d", "type": "Number"}]}
,
{ "type": "method",
"qname": "easeIn",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The <code>easeIn()</code> method starts the bounce motion slowly, and then accelerates motion as it executes.",
"tags": [
{ "tagName": "param",
"values": ["t Specifies time.", "b Specifies the initial position of a component.", "c Specifies the total change in position of the component.", "d Specifies the duration of the effect, in milliseconds."]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "return",
"values": ["Number corresponding to the position of the component."]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Number",
"params": [{ "name": "t", "type": "Number"},
{ "name": "b", "type": "Number"},
{ "name": "c", "type": "Number"},
{ "name": "d", "type": "Number"}]}
,
{ "type": "method",
"qname": "easeInOut",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The <code>easeInOut()</code> method combines the motion of the <code>easeIn()</code> and <code>easeOut()</code> methods to start the bounce motion slowly, accelerate motion, then decelerate.",
"tags": [
{ "tagName": "param",
"values": ["t Specifies time.", "b Specifies the initial position of a component.", "c Specifies the total change in position of the component.", "d Specifies the duration of the effect, in milliseconds."]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "return",
"values": ["Number corresponding to the position of the component."]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Number",
"params": [{ "name": "t", "type": "Number"},
{ "name": "b", "type": "Number"},
{ "name": "c", "type": "Number"},
{ "name": "d", "type": "Number"}]}
]
}