CPObjectCAAnimation
CAPropertyAnimation
CABasicAnimation
@implementation CABasicAnimation : CAPropertyAnimation
A CABasicAnimation
is a simple animation that moves a
CALayer
from one point to another over a specified
period of time.
Method Summary | |
---|---|
-(id) | byValue Returns the animation's byValue. |
-(id) | fromValue Returns the animation's starting position. |
-(void) | setByValue:(id)aValue Sets the optional byValue for animation interpolation. |
-(void) | setFromValue:(id)aValue Sets the starting position for the animation. |
-(void) | setToValue:(id)aValue Sets the ending position for the animation. |
-(id) | toValue Returns the animation's ending position. |
Methods inherited from class CAAnimation |
---|
animation, defaultValueForKey, init, delegate, isRemovedOnCompletion, removedOnCompletion, runActionForKey, setDelegate, setRemovedOnCompletion, shouldArchiveValueForKey, timingFunction |
Methods inherited from class CAPropertyAnimation |
---|
animationWithKeyPath, additive, cumulative, isAdditive, isCumulative, keyPath, setAdditive, setCumulative, setKeyPath |
Method Detail |
---|
-(id)byValue
-(id)fromValue
-(void)setByValue:(id)aValue
aValue
- the byValue-(void)setFromValue:(id)aValue
aValue
- the animation starting position-(void)setToValue:(id)aValue
aValue
- the animation ending position-(id)toValue
Created on Sat Sep 13 14:15:43 PDT 2008