![]() |
API 0.9.5
|
#import <CAAnimation.h>
Instance Methods | |
(id) | - delegate |
(id) | - init |
(BOOL) | - isRemovedOnCompletion |
(BOOL) | - removedOnCompletion |
(void) | - runActionForKey:object:arguments: |
(void) | - setDelegate: |
(void) | - setRemovedOnCompletion: |
(void) | - shouldArchiveValueForKey: |
(CAMediaTimingFunction) | - timingFunction |
Class Methods | |
(id) | + animation |
(id) | + defaultValueForKey: |
Definition at line 2 of file CAAnimation.h.
+ (id) animation |
Creates a new CAAnimation instance
Definition at line 38 of file CAAnimation.j.
+ (id) defaultValueForKey: | (CPString) | aKey |
- (id) delegate |
Returns the animation's delegate
Definition at line 117 of file CAAnimation.j.
- (id) init |
Definition at line 43 of file CAAnimation.j.
- (BOOL) isRemovedOnCompletion |
Returns YES
if the animation is removed after completion
Definition at line 91 of file CAAnimation.j.
- (BOOL) removedOnCompletion |
Returns YES
if the animation is removed after completion
Definition at line 83 of file CAAnimation.j.
- (void) runActionForKey: | (CPString) | aKey | |
object: | (id) | anObject | |
arguments: | (CPDictionary) | arguments | |
Definition at line 122 of file CAAnimation.j.
- (void) setDelegate: | (id) | aDelegate |
Sets the animation delegate
aDelegate | the new delegate |
Definition at line 109 of file CAAnimation.j.
- (void) setRemovedOnCompletion: | (BOOL) | isRemovedOnCompletion |
Specifies whether this animation should be removed after it has completed.
\c | YES means the animation should be removed |
Definition at line 75 of file CAAnimation.j.
- (void) shouldArchiveValueForKey: | (CPString) | aKey |
- (CAMediaTimingFunction) timingFunction |
Returns the animation's timing function. If nil
, then it has a linear pacing.
Definition at line 99 of file CAAnimation.j.