![]() |
API 0.9.5
|
#import <CAPropertyAnimation.h>
Inheritance diagram for CAPropertyAnimation:Instance Methods | |
| (BOOL) | - additive |
| (BOOL) | - cumulative |
| (BOOL) | - isAdditive |
| (BOOL) | - isCumulative |
| (CPString) | - keyPath |
| (void) | - setAdditive: |
| (void) | - setCumulative: |
| (void) | - setKeyPath: |
Class Methods | |
| (id) | + animationWithKeyPath: |
Definition at line 132 of file CAAnimation.j.
| - (BOOL) additive |
Definition at line 179 of file CAAnimation.j.
| + (id) animationWithKeyPath: | (CPString) | aKeyPath |
Definition at line 140 of file CAAnimation.j.
| - (BOOL) cumulative |
Definition at line 164 of file CAAnimation.j.
| - (BOOL) isAdditive |
Definition at line 184 of file CAAnimation.j.
| - (BOOL) isCumulative |
Definition at line 169 of file CAAnimation.j.
| - (CPString) keyPath |
Definition at line 154 of file CAAnimation.j.
| - (void) setAdditive: | (BOOL) | isAdditive |
Definition at line 174 of file CAAnimation.j.
| - (void) setCumulative: | (BOOL) | isCumulative |
Definition at line 159 of file CAAnimation.j.
| - (void) setKeyPath: | (CPString) | aKeyPath |
Definition at line 149 of file CAAnimation.j.