CABasicAnimation Class Reference

List of all members.

Public Member Functions

(id) - byValue [implementation]
(id) - fromValue [implementation]
(void) - setByValue: [implementation]
(void) - setFromValue: [implementation]
(void) - setToValue: [implementation]
(id) - toValue [implementation]

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 199 of file CAAnimation.j.


Member Function Documentation

- (id) byValue   [implementation]

Returns the animation's byValue.

Definition at line 252 of file CAAnimation.j.

- (id) fromValue   [implementation]

Returns the animation's starting position.

Definition at line 218 of file CAAnimation.j.

- (void) setByValue: (id)  aValue   [implementation]

Sets the optional byValue for animation interpolation.

Parameters:
aValue the byValue

Definition at line 244 of file CAAnimation.j.

- (void) setFromValue: (id)  aValue   [implementation]

Sets the starting position for the animation.

Parameters:
aValue the animation starting position

Definition at line 210 of file CAAnimation.j.

- (void) setToValue: (id)  aValue   [implementation]

Sets the ending position for the animation.

Parameters:
aValue the animation ending position

Definition at line 227 of file CAAnimation.j.

- (id) toValue   [implementation]

Returns the animation's ending position.

Definition at line 235 of file CAAnimation.j.


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

Generated on Fri Apr 9 11:04:20 2010 for Cappuccino API by  doxygen 1.6.1