#import <EaseAction.h>
Inherits EaseAction.
Inherited by EaseIn, EaseInOut, and EaseOut.

Public Member Functions | |
| (id) | - initWithAction:rate: |
Static Public Member Functions | |
| (id) | + actionWithAction:rate: |
Properties | |
| float | rate |
| + (id) actionWithAction: | (IntervalAction *) | action | ||
| rate: | (float) | rate | ||
Creates the action with the inner action and the rate parameter
| - (id) initWithAction: | (IntervalAction *) | action | ||
| rate: | (float) | rate | ||
Initializes the action with the inner action and the rate parameter
- (float) rate [read, write, assign] |
rate value for the actions
1.5.8