FMKValueAnimation Class Reference

Inherits from FMKAnimation : NSObject
Declared in FMKValueAnimation.h

Overview

自定义动画

  delegate

动画回调代理

@property (nonatomic, weak) id<FMKAnimationDelegate> delegate

Declared In

FMKValueAnimation.h

  interpolator

设置动画插值器对象

@property (nonatomic, strong) FMKInterpolator *interpolator

Declared In

FMKValueAnimation.h

  repeatCount

重复次数

@property (nonatomic) NSUInteger repeatCount

Declared In

FMKValueAnimation.h

– setFromValue:count:

设置起始值

- (void)setFromValue:(double *)fromValues count:(NSUInteger)count

Parameters

fromValues

起始值

count

起始值的数量

Declared In

FMKValueAnimation.h

– setToValue:count:

设置终止值

- (void)setToValue:(double *)toValues count:(NSUInteger)count

Parameters

toValues

终止值

count

终止值数量

Declared In

FMKValueAnimation.h

  fromValue

起始值

@property (nonatomic, retain) id fromValue

Declared In

FMKValueAnimation.h

  toValue

终点值

@property (nonatomic, retain) id toValue

Declared In

FMKValueAnimation.h