FMKValueAnimation Class Reference
Inherits from | FMKAnimation : NSObject |
---|---|
Declared in | FMKValueAnimation.h |
fromValue
起始值
@property (nonatomic, retain) id fromValue
Discussion
起始值
Declared In
FMKValueAnimation.h
delegate
动画回调代理
@property (nonatomic, weak) id<FMKAnimationDelegate> delegate
Discussion
动画回调代理
Declared In
FMKValueAnimation.h
interpolator
设置动画插值器对象
@property (nonatomic, strong) FMKInterpolator *interpolator
Discussion
设置动画插值器对象
Declared In
FMKValueAnimation.h