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