Class cc.EaseExponentialOut
- Defined in: CCActionEase.js
- Extends cc.ActionEase
Constructor Attributes | Constructor Name and Description |
---|---|
Ease Exponential Out
|
Method Summary
Class Detail
cc.EaseExponentialOut()
Ease Exponential Out
Method Detail
-
creates the action
// example var moveEaseExponentialOut = cc.EaseExponentialOut.create(action);
- Parameters:
- {cc.ActionInterval} action
- Returns:
- {cc.EaseExponentialOut}
-
{cc.EaseExponentialIn} reverse()
- Returns:
- {cc.EaseExponentialIn}
-
update(time1)
- Parameters:
- {Number} time1