Public Member Functions | |
(void) | - setKeyPath: [implementation] |
(CPString) | - keyPath [implementation] |
(void) | - setCumulative: [implementation] |
(BOOL) | - cumulative [implementation] |
(BOOL) | - isCumulative [implementation] |
(void) | - setAdditive: [implementation] |
(BOOL) | - additive [implementation] |
(BOOL) | - isAdditive [implementation] |
Static Public Member Functions | |
(id) | + animationWithKeyPath: [implementation] |
Definition at line 134 of file CAAnimation.j.
- (BOOL) additive | [implementation] |
Definition at line 181 of file CAAnimation.j.
+ (id) animationWithKeyPath: | (CPString) | aKeyPath | [implementation] |
Definition at line 142 of file CAAnimation.j.
- (BOOL) cumulative | [implementation] |
Definition at line 166 of file CAAnimation.j.
- (BOOL) isAdditive | [implementation] |
Definition at line 186 of file CAAnimation.j.
- (BOOL) isCumulative | [implementation] |
Definition at line 171 of file CAAnimation.j.
- (CPString) keyPath | [implementation] |
Definition at line 156 of file CAAnimation.j.
- (void) setAdditive: | (BOOL) | isAdditive | [implementation] |
Definition at line 176 of file CAAnimation.j.
- (void) setCumulative: | (BOOL) | isCumulative | [implementation] |
Definition at line 161 of file CAAnimation.j.
- (void) setKeyPath: | (CPString) | aKeyPath | [implementation] |
Definition at line 151 of file CAAnimation.j.