Inherits from CCActionInterval : CCActionFiniteTime : CCAction : NSObject
Conforms to NSCopying
Declared in CCActionEase.h

Overview

CCActionEase adds the ability to modify existing actions to create more realistic effects.

Class Methods

actionWithAction:

Creates a new basic ease action.

+ (id)actionWithAction:(CCActionInterval *)action

Parameters

action

Interval action.

Return Value

New ease action.

Declared In

CCActionEase.h

Instance Methods

initWithAction:

Initializes a new basic ease action.

- (id)initWithAction:(CCActionInterval *)action

Parameters

action

Interval action.

Return Value

New ease action.

Declared In

CCActionEase.h