Public Member Functions | |
(void) | - setFromValue: [implementation] |
(id) | - fromValue [implementation] |
(void) | - setToValue: [implementation] |
(id) | - toValue [implementation] |
(void) | - setByValue: [implementation] |
(id) | - byValue [implementation] |
Definition at line 199 of file CAAnimation.j.
- (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.
aValue | the byValue |
Definition at line 244 of file CAAnimation.j.
- (void) setFromValue: | (id) | aValue | [implementation] |
Sets the starting position for the animation.
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.
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.