Class cc.EaseSineOut
- Defined in: CCActionEase.js
- Extends cc.ActionEase
Constructor Attributes | Constructor Name and Description |
---|---|
Ease Sine Out
|
Method Summary
Class Detail
cc.EaseSineOut()
Ease Sine Out
Method Detail
-
creates the action
// example var moveEaseOut = cc.EaseSineOut.create(action);
- Parameters:
- {cc.ActionInterval} action
- Returns:
- {cc.EaseSineOut}
-
{cc.ActionInterval} reverse()
- Returns:
- {cc.ActionInterval}
-
update(time1)
- Parameters:
- {Number} time1