Class cc.EaseSineIn
Extends
cc.ActionEase.
Defined in: CCActionEase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Ease Sine In
|
Method Attributes | Method Name and Description |
---|---|
<static> |
cc.EaseSineIn.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.EaseSineIn}
cc.EaseSineIn.create(action)
creates the action
// example var moveSineIn = cc.EaseSineIn.create(action);
- Parameters:
- {cc.ActionInterval} action
- Returns:
- {cc.EaseSineIn}
{cc.ActionInterval}
reverse()
- Returns:
- {cc.ActionInterval}
update(time1)
- Parameters:
- {Number} time1