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