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 41 of file CAAnimation.j.
+ (id) defaultValueForKey: | (CPString) | aKey | [implementation] |
- (id) delegate | [implementation] |
Returns the animation's delegate
Definition at line 120 of file CAAnimation.j.
- (id) init | [implementation] |
Definition at line 46 of file CAAnimation.j.
- (BOOL) isRemovedOnCompletion | [implementation] |
Returns YES
if the animation is removed after completion
Definition at line 94 of file CAAnimation.j.
- (BOOL) removedOnCompletion | [implementation] |
Returns YES
if the animation is removed after completion
Definition at line 86 of file CAAnimation.j.
- (void) runActionForKey: | (CPString) | aKey | ||
object: | (id) | anObject | ||
arguments: | (CPDictionary) | arguments | ||
[implementation] |
Definition at line 125 of file CAAnimation.j.
- (void) setDelegate: | (id) | aDelegate | [implementation] |
Sets the animation delegate
aDelegate | the new delegate |
Definition at line 112 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 78 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 102 of file CAAnimation.j.