#import <CCEaseAction.h>
Inherits CCEaseAction.
Inherited by CCEaseElasticIn, CCEaseElasticInOut, and CCEaseElasticOut.

Public Member Functions | |
| (id) | - initWithAction:period: |
Static Public Member Functions | |
| (id) | + actionWithAction:period: |
Properties | |
| float | period |
Ease Elastic abstract class
Definition at line 91 of file CCEaseAction.h.
| + (id) actionWithAction: | (CCIntervalAction *) | action | ||
| period: | (float) | period | ||
Creates the action with the inner action and the period in radians (default is 0.3)
| - (id) initWithAction: | (CCIntervalAction *) | action | ||
| period: | (float) | period | ||
Initializes the action with the inner action and the period in radians (default is 0.3)
- (float) period [read, write, assign] |
period of the wave in radians. default is 0.3
Definition at line 98 of file CCEaseAction.h.