Public Member Functions | |
(id) | - init [implementation] |
(void) | - shouldArchiveValueForKey: [implementation] |
(void) | - setRemovedOnCompletion: [implementation] |
(BOOL) | - removedOnCompletion [implementation] |
(BOOL) | - isRemovedOnCompletion [implementation] |
(CAMediaTimingFunction) | - timingFunction [implementation] |
(void) | - setDelegate: [implementation] |
(id) | - delegate [implementation] |
(void) | - runActionForKey:object:arguments: [implementation] |
Static Public Member Functions | |
(id) | + animation [implementation] |
(id) | + defaultValueForKey: [implementation] |
Definition at line 31 of file CAAnimation.j.
+ (id) animation | [implementation] |
Creates a new CAAnimation instance
Definition at line 40 of file CAAnimation.j.
+ (id) defaultValueForKey: | (CPString) | aKey | [implementation] |
- (id) delegate | [implementation] |
Returns the animation's delegate
Definition at line 119 of file CAAnimation.j.
- (id) init | [implementation] |
Definition at line 45 of file CAAnimation.j.
- (BOOL) isRemovedOnCompletion | [implementation] |
Returns YES
if the animation is removed after completion
Definition at line 93 of file CAAnimation.j.
- (BOOL) removedOnCompletion | [implementation] |
Returns YES
if the animation is removed after completion
Definition at line 85 of file CAAnimation.j.
- (void) runActionForKey: | (CPString) | aKey | ||
object: | (id) | anObject | ||
arguments: | (CPDictionary) | arguments | ||
[implementation] |
Definition at line 124 of file CAAnimation.j.
- (void) setDelegate: | (id) | aDelegate | [implementation] |
Sets the animation delegate
aDelegate | the new delegate |
Definition at line 111 of file CAAnimation.j.
- (void) setRemovedOnCompletion: | (BOOL) | isRemovedOnCompletion | [implementation] |
Specifies whether this animation should be removed after it has completed.
<code>YES</code> | means the animation should be removed |
Definition at line 77 of file CAAnimation.j.
- (void) shouldArchiveValueForKey: | (CPString) | aKey | [implementation] |
- (CAMediaTimingFunction) timingFunction | [implementation] |
Returns the animation's timing function. If nil
, then it has a linear pacing.
Definition at line 101 of file CAAnimation.j.