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