#import <CABasicAnimation.h>
Additional Inherited Members | |
![]() | |
(id) | + animationWithKeyPath: |
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.