FMKValueAnimation Class Reference
| Inherits from | FMKAnimation : NSObject |
|---|---|
| Declared in | FMKValueAnimation.h |
delegate
动画回调代理
@property (nonatomic, weak) id<FMKAnimationDelegate> delegateDeclared In
FMKValueAnimation.h
interpolator
设置动画插值器对象
@property (nonatomic, strong) FMKInterpolator *interpolatorDeclared In
FMKValueAnimation.h
– setFromValue:count:
设置起始值
- (void)setFromValue:(double *)fromValues count:(NSUInteger)countParameters
fromValues |
起始值 |
|---|---|
count |
起始值的数量 |
Declared In
FMKValueAnimation.h
– setToValue:count:
设置终止值
- (void)setToValue:(double *)toValues count:(NSUInteger)countParameters
toValues |
终止值 |
|---|---|
count |
终止值数量 |
Declared In
FMKValueAnimation.h