CPObjectCAAnimation
@implementation CAAnimation : CPObject
This is an animation class.
Method Summary | |
---|---|
+(id) | animation Creates a new CAAnimation instance. |
+(id) | defaultValueForKey:(CPString)aKey Returns nil . |
-(id) | init Initializes the receiver. |
-(id) | delegate Returns the animation's delegate. |
-(BOOL) | isRemovedOnCompletion Returns YES if the animation is removed after completion. |
-(BOOL) | removedOnCompletion Returns YES if the animation is removed after completion. |
-(void) | runActionForKey:(CPString)aKey object:(id)anObject arguments:(CPDictionary)arguments |
-(void) | setDelegate:(id)aDelegate Sets the animation delegate. |
-(void) | setRemovedOnCompletion:(BOOL)isRemovedOnCompletion Specifies whether this animation should be removed after it has completed. |
-(void) | shouldArchiveValueForKey:(CPString)aKey Returns YES . |
-(CAMediaTimingFunction) | timingFunction Returns the animation's timing function. |
Method Detail |
---|
+(id)animation
CAAnimation
instanceCAAnimation
instance
+(id)defaultValueForKey:(CPString)aKey
nil
aKey
nil
-(id)init
-(id)delegate
-(BOOL)isRemovedOnCompletion
YES
if the animation is removed after completion-(BOOL)removedOnCompletion
YES
if the animation is removed after completion-(void)runActionForKey:(CPString)aKey object:(id)anObject arguments:(CPDictionary)arguments
aKey
anObject
arguments
-(void)setDelegate:(id)aDelegate
aDelegate
- the new delegate-(void)setRemovedOnCompletion:(BOOL)isRemovedOnCompletion
isRemovedOnCompletion
-(void)shouldArchiveValueForKey:(CPString)aKey
YES
aKey
YES
-(CAMediaTimingFunction)timingFunction
nil
, then it has a linear pacing.Created on Sat Sep 13 14:15:43 PDT 2008