![]() |
API
0.9.6
|
#import <CAAnimation.h>
Class Methods | |
(id) | + animation |
(id) | + defaultValueForKey: |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
Additional Inherited Members | |
![]() | |
Class | isa |
Definition at line 2 of file CAAnimation.h.
|
implementation |
Creates a new CAAnimation instance
Definition at line 38 of file CAAnimation.j.
|
implementation |
|
implementation |
Returns the animation's delegate
Definition at line 117 of file CAAnimation.j.
|
implementation |
Initializes the receiver
Reimplemented from CPObject.
Definition at line 43 of file CAAnimation.j.
|
implementation |
Returns YES
if the animation is removed after completion
Definition at line 91 of file CAAnimation.j.
|
implementation |
Returns YES
if the animation is removed after completion
Definition at line 83 of file CAAnimation.j.
|
implementation |
Definition at line 122 of file CAAnimation.j.
|
implementation |
Sets the animation delegate
aDelegate | the new delegate |
Definition at line 109 of file CAAnimation.j.
|
implementation |
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.
|
implementation |
|
implementation |
Returns the animation's timing function. If nil
, then it has a linear pacing.
Definition at line 99 of file CAAnimation.j.