30 BOOL _isRemovedOnCompletion;
40 return [[
self alloc] init];
48 _isRemovedOnCompletion = YES;
57 - (void)shouldArchiveValueForKey:(
CPString)aKey
75 - (void)setRemovedOnCompletion:(BOOL)isRemovedOnCompletion
85 return _isRemovedOnCompletion;
93 return _isRemovedOnCompletion;
109 - (void)setDelegate:(
id)aDelegate
111 _delegate = aDelegate;
124 [anObject addAnimation:self forKey:aKey];
159 - (void)setCumulative:(BOOL)isCumulative
161 _isCumulative = isCumulative;
166 return _isCumulative;
171 return _isCumulative;
174 - (void)setAdditive:(BOOL)isAdditive
176 _isAdditive = isAdditive;
207 - (void)setFromValue:(
id)aValue
224 - (void)setToValue:(
id)aValue
241 - (void)setByValue:(
id)aValue
A mutable key-value pair collection.
An immutable string (collection of characters).
BOOL removedOnCompletion()
CAMediaTimingFunction timingFunction()
BOOL isRemovedOnCompletion()