Class cc.EaseOut
- Defined in: CCActionEase.js
- Extends cc.EaseRateAction
Constructor Attributes | Constructor Name and Description |
---|---|
cc.EaseOut action with a rate
|
Method Summary
Class Detail
cc.EaseOut()
cc.EaseOut action with a rate
Method Detail
-
Creates the action with the inner action and the rate parameter
// example var moveEaseOut = cc.EaseOut.create(action, 3.0);
- Parameters:
- {cc.ActionInterval} action
- {Number} rate
- Returns:
- {cc.EaseOut}
-
{cc.ActionInterval} reverse()
- Returns:
- {cc.ActionInterval}
-
update(time1)
- Parameters:
- {Number} time1