Public Member Functions | |
(void) | - setFromValue: [implementation] |
(id) | - fromValue [implementation] |
(void) | - setToValue: [implementation] |
(id) | - toValue [implementation] |
(void) | - setByValue: [implementation] |
(id) | - byValue [implementation] |
Definition at line 198 of file CAAnimation.j.
- (id) byValue | [implementation] |
Returns the animation's byValue.
Definition at line 251 of file CAAnimation.j.
- (id) fromValue | [implementation] |
Returns the animation's starting position.
Definition at line 217 of file CAAnimation.j.
- (void) setByValue: | (id) | aValue | [implementation] |
Sets the optional byValue for animation interpolation.
aValue | the byValue |
Definition at line 243 of file CAAnimation.j.
- (void) setFromValue: | (id) | aValue | [implementation] |
Sets the starting position for the animation.
aValue | the animation starting position |
Definition at line 209 of file CAAnimation.j.
- (void) setToValue: | (id) | aValue | [implementation] |
Sets the ending position for the animation.
aValue | the animation ending position |
Definition at line 226 of file CAAnimation.j.
- (id) toValue | [implementation] |
Returns the animation's ending position.
Definition at line 234 of file CAAnimation.j.