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

Overview

Ease Elastic abstract class

Tasks

Properties

period

period of the wave in radians. default is 0.3

@property (nonatomic, readwrite) float period

Declared In

CCActionEase.h

Class Methods

actionWithAction:period:

Creates the action with the inner action and the period in radians (default is 0.3)

+ (id)actionWithAction:(CCActionInterval *)action period:(float)period

Declared In

CCActionEase.h

Instance Methods

initWithAction:period:

Initializes the action with the inner action and the period in radians (default is 0.3)

- (id)initWithAction:(CCActionInterval *)action period:(float)period

Declared In

CCActionEase.h