Class cc.EaseExponentialInOut
Extends
cc.ActionEase.
Defined in: CCActionEase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Ease Exponential InOut
|
Method Attributes | Method Name and Description |
---|---|
<static> |
cc.EaseExponentialInOut.create(action)
creates the action
|
reverse()
|
|
update(time)
|
- 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.EaseExponentialInOut}
cc.EaseExponentialInOut.create(action)
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