CPObjectCAAnimation
CAPropertyAnimation
@implementation CAPropertyAnimation : CAAnimation
Method Summary | |
---|---|
+(id) | animationWithKeyPath:(CPString)aKeyPath |
-(BOOL) | additive |
-(BOOL) | cumulative |
-(BOOL) | isAdditive |
-(BOOL) | isCumulative |
-(CPString) | keyPath |
-(void) | setAdditive:(BOOL)isAdditive |
-(void) | setCumulative:(BOOL)isCumulative |
-(void) | setKeyPath:(CPString)aKeyPath |
Methods inherited from class CAAnimation |
---|
animation, defaultValueForKey, init, delegate, isRemovedOnCompletion, removedOnCompletion, runActionForKey, setDelegate, setRemovedOnCompletion, shouldArchiveValueForKey, timingFunction |
Method Detail |
---|
+(id)animationWithKeyPath:(CPString)aKeyPath
aKeyPath
-(BOOL)additive
-(BOOL)cumulative
-(BOOL)isAdditive
-(BOOL)isCumulative
-(CPString)keyPath
-(void)setAdditive:(BOOL)isAdditive
isAdditive
-(void)setCumulative:(BOOL)isCumulative
isCumulative
-(void)setKeyPath:(CPString)aKeyPath
aKeyPath
Created on Sat Sep 13 14:15:43 PDT 2008