API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CABasicAnimation Class Reference

#import <CABasicAnimation.h>

+ Inheritance diagram for CABasicAnimation:

Instance Methods

(id) - byValue
 
(id) - fromValue
 
(void) - setByValue:
 
(void) - setFromValue:
 
(void) - setToValue:
 
(id) - toValue
 
- Instance Methods inherited from CAPropertyAnimation
(BOOL) - additive
 
(BOOL) - cumulative
 
(BOOL) - isAdditive
 
(BOOL) - isCumulative
 
(CPString- keyPath
 
(void) - setAdditive:
 
(void) - setCumulative:
 
(void) - setKeyPath:
 
- Instance Methods inherited from CAAnimation
(id) - delegate
 
(id) - init
 
(BOOL) - isRemovedOnCompletion
 
(BOOL) - removedOnCompletion
 
(void) - runActionForKey:object:arguments:
 
(void) - setDelegate:
 
(void) - setRemovedOnCompletion:
 
(void) - shouldArchiveValueForKey:
 
(CAMediaTimingFunction- timingFunction
 

Additional Inherited Members

- Class Methods inherited from CAPropertyAnimation
(id) + animationWithKeyPath:
 

Detailed Description

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.

Method Documentation

- (id) byValue
implementation

Returns the animation's byValue.

Definition at line 249 of file CAAnimation.j.

- (id) fromValue
implementation

Returns the animation's starting position.

Definition at line 215 of file CAAnimation.j.

- (void) setByValue: (id)  aValue
implementation

Sets the optional byValue for animation interpolation.

Parameters
aValuethe byValue

Definition at line 241 of file CAAnimation.j.

- (void) setFromValue: (id)  aValue
implementation

Sets the starting position for the animation.

Parameters
aValuethe animation starting position

Definition at line 207 of file CAAnimation.j.

- (void) setToValue: (id)  aValue
implementation

Sets the ending position for the animation.

Parameters
aValuethe animation ending position

Definition at line 224 of file CAAnimation.j.

- (id) toValue
implementation

Returns the animation's ending position.

Definition at line 232 of file CAAnimation.j.


The documentation for this class was generated from the following files: