FMKAnimation Class Reference
Inherits from | NSObject |
---|---|
Declared in | FMKAnimation.h |
– initWithDuration:key:
动画初始化方法
- (instancetype)initWithDuration:(NSTimeInterval)duration key:(NSString *)key
Parameters
duration |
动画持续时间 |
---|---|
key |
动画唯一标识 |
Return Value
动画对象
Discussion
动画初始化方法
Declared In
FMKAnimation.h
duration
动画持续时间
@property (nonatomic, assign) NSTimeInterval duration
Discussion
动画持续时间
Declared In
FMKAnimation.h
key
自定义动画编号
@property (nonatomic, readonly) NSString *key
Discussion
自定义动画编号
Declared In
FMKAnimation.h