Class cc.EaseElasticOut
- Defined in: CCActionEase.js
- Extends cc.EaseElastic
Constructor Attributes | Constructor Name and Description |
---|---|
Ease Elastic Out action.
|
Method Summary
Class Detail
cc.EaseElasticOut()
Ease Elastic Out action.
Method Detail
-
Creates the action with the inner action and the period in radians (default is 0.3)
// example var moveEaseElasticOut = cc.EaseElasticOut.create(action, 3.0);
- Parameters:
- {cc.ActionInterval} action
- {Number} period Optional, Default: 0.3
- Returns:
- {cc.EaseElasticOut}
-
{cc.ActionInterval} reverse()
- Returns:
- {cc.ActionInterval}
-
update(time1)
- Parameters:
- {Number} time1