BaiduMap_IOSSDK_v6.6.3_Docs
6.6.3
|
#import <BMKMapAnimation.h>
构造函数 | |
(instancetype) | - initWithFromSizeScale:to: |
![]() | |
(BOOL) | - reset |
(BOOL) | - pause |
(BOOL) | - resume |
(BOOL) | - cancel |
(BOOL) | - start |
属性 | |
CGSize | from |
from缩放比例,相对于原尺寸*比例 更多... | |
CGSize | to |
from缩放比例,相对于原尺寸*比例 更多... | |
![]() | |
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< BMKMapAnimationDelegate > | delegate |
BMKInterpolator * | interpolator |
BOOL | isStarted |
BOOL | isComplete |
- (instancetype) initWithFromSizeScale: | (CGSize) | fromSizeScale | |
to: | (CGSize) | toSizeScale | |
|
readnonatomicassign |
from缩放比例,相对于原尺寸*比例
|
readnonatomicassign |
from缩放比例,相对于原尺寸*比例