Class cc.EaseBackInOut
Extends
cc.ActionEase.
Defined in: CCActionEase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
cc.EaseBackInOut action.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
cc.EaseBackInOut.create(action)
creates the action
|
reverse()
|
|
update(time1)
|
- Methods borrowed from class cc.ActionEase:
- initWithAction, 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.EaseBackInOut}
cc.EaseBackInOut.create(action)
creates the action
// example var moveEaseBackInOut = cc.EaseBackInOut.create(action);
- Parameters:
- {cc.ActionInterval} action
- Returns:
- {cc.EaseBackInOut}
{cc.ActionInterval}
reverse()
- Returns:
- {cc.ActionInterval}
update(time1)
- Parameters:
- {Number} time1