#import <CAAnimation.h>
Class Methods | |
(id) | + animation |
(id) | + defaultValueForKey: |
Class Methods inherited from CPObject | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(void) | + cancelPreviousPerformRequestsWithTarget: |
(void) | + cancelPreviousPerformRequestsWithTarget:selector:object: |
(Class) | + class |
(BOOL) | + conformsToProtocol: |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesImplementSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isBindingExclusive: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + object:performSelector:withObject:afterDelay:inModes: |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
Definition at line 2 of file CAAnimation.h.
|
implementation |
Creates a new CAAnimation instance
Definition at line 40 of file CAAnimation.j.
|
implementation |
|
implementation |
Returns the animation's delegate
Definition at line 121 of file CAAnimation.j.
|
implementation |
Synthesized accessor method.
Provided by category CAAnimation(CPSynthesizedAccessors).
Definition at line 154 of file CAAnimation.j.
|
implementation |
Initializes the receiver
Reimplemented from CPObject.
Reimplemented in CABasicAnimation, CAPropertyAnimation, and CAKeyframeAnimation.
Definition at line 45 of file CAAnimation.j.
|
implementation |
Returns YES
if the animation is removed after completion
Definition at line 95 of file CAAnimation.j.
|
implementation |
Returns YES
if the animation is removed after completion
Definition at line 87 of file CAAnimation.j.
|
implementation |
Definition at line 126 of file CAAnimation.j.
|
implementation |
Sets the animation delegate
aDelegate | the new delegate |
Definition at line 113 of file CAAnimation.j.
|
implementation |
Synthesized accessor method.
Provided by category CAAnimation(CPSynthesizedAccessors).
Definition at line 162 of file CAAnimation.j.
|
implementation |
Specifies whether this animation should be removed after it has completed.
Definition at line 79 of file CAAnimation.j.
|
implementation |
Synthesized accessor method.
Provided by category CAAnimation(CPSynthesizedAccessors).
Definition at line 146 of file CAAnimation.j.
|
implementation |
|
implementation |
Returns the animation's timing function. If nil
, then it has a linear pacing.
Provided by category CAAnimation(CPSynthesizedAccessors).
Definition at line 103 of file CAAnimation.j.
|
implementation |
Provided by category CAAnimation(Additions).
Definition at line 455 of file CPAnimationContext.j.