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 an EaseSineOut action
// example var moveEaseOut = cc.EaseSineOut.create(action);
- Parameters:
- {cc.ActionInterval} action
- Returns:
- {cc.EaseSineOut}
-
{cc.EaseSineIn} reverse()
- Returns:
- {cc.EaseSineIn}
-
update(time1)
- Parameters:
- {Number} time1