Class cc.EaseIn
Extends
cc.EaseRateAction.
Defined in: CCActionEase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
cc.EaseIn action with a rate
|
Method Attributes | Method Name and Description |
---|---|
<static> |
cc.EaseIn.create(action, rate)
Creates the action with the inner action and the rate parameter
|
reverse()
|
|
update(time1)
|
- Methods borrowed from class cc.EaseRateAction:
- getRate, initWithAction, setRate
- Methods borrowed from class cc.ActionEase:
- startWithTarget, stop
- Methods borrowed from class cc.ActionInterval:
- getAmplitudeRate, getElapsed, initWithDuration, isDone, setAmplitudeRate, step
- Methods borrowed from class cc.FiniteTimeAction:
- getDuration, setDuration
- Methods borrowed from class cc.Action:
- copy, copyWithZone, description, getOriginalTarget, getTag, getTarget, release, retain, setOriginalTarget, setTag, setTarget
Method Detail
<static>
{cc.EaseIn}
cc.EaseIn.create(action, rate)
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