#import <CABasicAnimation.h>
Additional Inherited Members | |
Class Methods inherited from CAPropertyAnimation | |
(id) | + animationWithKeyPath: |
Class Methods inherited from CAAnimation | |
(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 |
A CABasicAnimation is a simple animation that moves a CALayer from one point to another over a specified period of time.
A CABasicAnimation is a simple animation that moves a CALayer from one point to another over a specified period of time.
Definition at line 2 of file CABasicAnimation.h.
|
implementation |
Returns the animation's byValue.
Definition at line 77 of file CABasicAnimation.j.
|
implementation |
Returns the animation's starting position.
Definition at line 43 of file CABasicAnimation.j.
|
implementation |
Initializes the receiver
Reimplemented from CAPropertyAnimation.
Definition at line 20 of file CABasicAnimation.j.
|
implementation |
Sets the optional byValue for animation interpolation.
aValue | the byValue |
Definition at line 69 of file CABasicAnimation.j.
|
implementation |
Sets the starting position for the animation.
aValue | the animation starting position |
Definition at line 35 of file CABasicAnimation.j.
|
implementation |
Sets the ending position for the animation.
aValue | the animation ending position |
Definition at line 52 of file CABasicAnimation.j.
|
implementation |
Returns the animation's ending position.
Definition at line 60 of file CABasicAnimation.j.