BaiduMap_IOSSDK_v6.5.2_Docs
6.5.2
|
浏览该文件的文档.
9 #import <Foundation/Foundation.h>
10 typedef enum : NSUInteger {
25 NS_ASSUME_NONNULL_BEGIN
动画类
Definition: BMKAnimation.h:28
@ OutCirc
Definition: BMKAnimation.h:18
@ InCubic
Definition: BMKAnimation.h:13
@ InOutBounce
Definition: BMKAnimation.h:21
@ OutQuad
Definition: BMKAnimation.h:12
@ OutBounce
Definition: BMKAnimation.h:21
@ OutInCirc
Definition: BMKAnimation.h:18
@ OutInQuad
Definition: BMKAnimation.h:12
@ OutInBounce
Definition: BMKAnimation.h:21
@ InBack
Definition: BMKAnimation.h:20
@ SineCurve
Definition: BMKAnimation.h:22
@ InCurve
Definition: BMKAnimation.h:22
@ InOutCirc
Definition: BMKAnimation.h:18
@ OutInBack
Definition: BMKAnimation.h:20
@ InOutExpo
Definition: BMKAnimation.h:17
@ OutInSine
Definition: BMKAnimation.h:16
@ InOutQuint
Definition: BMKAnimation.h:15
@ OutExpo
Definition: BMKAnimation.h:17
@ OutQuint
Definition: BMKAnimation.h:15
@ InQuart
Definition: BMKAnimation.h:14
@ InExpo
Definition: BMKAnimation.h:17
@ InOutBack
Definition: BMKAnimation.h:20
@ InOutQuad
Definition: BMKAnimation.h:12
@ OutBack
Definition: BMKAnimation.h:20
@ OutInQuint
Definition: BMKAnimation.h:15
@ InQuad
线性
Definition: BMKAnimation.h:12
@ InSine
Definition: BMKAnimation.h:16
@ CosineCurve
Definition: BMKAnimation.h:22
@ InElastic
Definition: BMKAnimation.h:19
@ InOutElastic
Definition: BMKAnimation.h:19
@ OutElastic
Definition: BMKAnimation.h:19
@ InQuint
Definition: BMKAnimation.h:15
BMKAnimationType type
动画缓动函数类型,默认0:线性
Definition: BMKAnimation.h:31
@ InOutQuart
Definition: BMKAnimation.h:14
@ OutInExpo
Definition: BMKAnimation.h:17
@ OutCurve
Definition: BMKAnimation.h:22
@ InBounce
Definition: BMKAnimation.h:21
@ OutInCubic
Definition: BMKAnimation.h:13
@ OutCubic
Definition: BMKAnimation.h:13
@ InOutCubic
Definition: BMKAnimation.h:13
@ OutInElastic
Definition: BMKAnimation.h:19
@ InCirc
Definition: BMKAnimation.h:18
@ Linear
Definition: BMKAnimation.h:11
@ OutQuart
Definition: BMKAnimation.h:14
@ OutInQuart
Definition: BMKAnimation.h:14
BMKAnimationType
Definition: BMKAnimation.h:10
@ InOutSine
Definition: BMKAnimation.h:16
int duration
设置动画总时长,默认为0ms,
Definition: BMKAnimation.h:29
@ OutSine
Definition: BMKAnimation.h:16