![]() |
API
0.9.6
|
#import <CABasicAnimation.h>
Inheritance diagram for CABasicAnimation: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: |
| (Class) | + class |
| (void) | + exposeBinding: |
| (void) | + initialize |
| (IMP) | + instanceMethodForSelector: |
| (BOOL) | + instancesRespondToSelector: |
| (BOOL) | + isSubclassOfClass: |
| (CPSet) | + keyPathsForValuesAffectingValueForKey: |
| (void) | + load |
| (id) | + new |
| (void) | + setVersion: |
| (Class) | + superclass |
| (int) | + version |
Instance Variables inherited from CPObject | |
| Class | isa |
A CABasicAnimation is a simple animation that moves a CALayer from one point to another over a specified period of time.
Definition at line 196 of file CAAnimation.j.
|
implementation |
Returns the animation's byValue.
Definition at line 249 of file CAAnimation.j.
|
implementation |
Returns the animation's starting position.
Definition at line 215 of file CAAnimation.j.
|
implementation |
Sets the optional byValue for animation interpolation.
| aValue | the byValue |
Definition at line 241 of file CAAnimation.j.
|
implementation |
Sets the starting position for the animation.
| aValue | the animation starting position |
Definition at line 207 of file CAAnimation.j.
|
implementation |
Sets the ending position for the animation.
| aValue | the animation ending position |
Definition at line 224 of file CAAnimation.j.
|
implementation |
Returns the animation's ending position.
Definition at line 232 of file CAAnimation.j.