Class cc.ActionEase
- Defined in: CCActionEase.js
- Extends cc.ActionInterval
Constructor Attributes | Constructor Name and Description |
---|---|
Base class for Easing actions
|
Method Summary
Class Detail
cc.ActionEase()
Base class for Easing actions
Method Detail
-
creates the action of ActionEase
// example var moveEase = cc.ActionEase.create(action);
- Parameters:
- {cc.ActionInterval} action
- Returns:
- {cc.ActionEase}
-
{Boolean} initWithAction(action)initializes the action
- Parameters:
- {cc.ActionInterval} action
- Returns:
- {Boolean}
-
{cc.ActionInterval} reverse()
- Returns:
- {cc.ActionInterval}
-
startWithTarget(target)
- Parameters:
- {cc.Node} target
-
stop()Stop the action.
-
update(time1)
- Parameters:
- {Number} time1