BaiduMap_IOSSDK_v6.6.3_Docs  6.6.3
构造函数 | 属性 | 所有成员列表
BMKMapAnimation类 参考

#import <BMKMapAnimation.h>

类 BMKMapAnimation 继承关系图:
BMKMapAlphaAnimation BMKMapAnimationSet BMKMapRotateAnimation BMKMapScaleAnimation BMKMapTrackAnimation BMKMapTranslateAnimation

构造函数

(BOOL) - reset
 
(BOOL) - pause
 
(BOOL) - resume
 
(BOOL) - cancel
 
(BOOL) - start
 

属性

BMKAnimationFillMode fillMode
 默认BMKAnimationFillAfter 更多...
 
BMKAnimationRepeatMode repeatMode
 默认BMKAnimationRepeatRestart 更多...
 
NSString * extParam
 
NSInteger startDelay
 When this Animation should start, in milliseconds from the start time of the root AnimationSet 更多...
 
NSInteger startTime
 
NSInteger duration
 
NSInteger repeatCount
 动画重复次数,不包含默认的一次,默认值为0,动画仅开始执行一次后立即结束;设置为1时,动画开始执行1次后会再重复1次,共2次;设置为负数时,动画将一直执行 更多...
 
id< BMKMapAnimationDelegatedelegate
 
BMKInterpolatorinterpolator
 
BOOL isStarted
 
BOOL isComplete
 

函数文档

◆ cancel

- (BOOL) cancel

◆ pause

- (BOOL) pause

◆ reset

- (BOOL) reset

◆ resume

- (BOOL) resume

◆ start

- (BOOL) start

属性说明

◆ delegate

- (id<BMKMapAnimationDelegate>) delegate
readwritenonatomicweak

◆ duration

- (NSInteger) duration
readwritenonatomicassign

◆ extParam

- (NSString*) extParam
readwritenonatomicstrong

◆ fillMode

- (BMKAnimationFillMode) fillMode
readwritenonatomicassign

默认BMKAnimationFillAfter

◆ interpolator

- (BMKInterpolator*) interpolator
readwritenonatomicstrong

◆ isComplete

- (BOOL) isComplete
readnonatomicassign

◆ isStarted

- (BOOL) isStarted
readnonatomicassign

◆ repeatCount

- (NSInteger) repeatCount
readwritenonatomicassign

动画重复次数,不包含默认的一次,默认值为0,动画仅开始执行一次后立即结束;设置为1时,动画开始执行1次后会再重复1次,共2次;设置为负数时,动画将一直执行

◆ repeatMode

- (BMKAnimationRepeatMode) repeatMode
readwritenonatomicassign

默认BMKAnimationRepeatRestart

◆ startDelay

- (NSInteger) startDelay
readwritenonatomicassign

When this Animation should start, in milliseconds from the start time of the root AnimationSet

◆ startTime

- (NSInteger) startTime
readwritenonatomicassign

该类的文档由以下文件生成: