FMKValueAnimation Class Reference

Inherits from FMKAnimation : NSObject
Declared in FMKValueAnimation.h

Overview

自定义动画

  fromValue

起始值

@property (nonatomic, retain) id fromValue

Discussion

起始值

Declared In

FMKValueAnimation.h

  toValue

终点值

@property (nonatomic, retain) id toValue

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