BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
| 枚举
BMKAnimation.h 文件参考
import <Foundation/Foundation.h>

浏览源代码.

class  BMKAnimation
 动画类 更多...
 

枚举

enum  BMKAnimationType : NSUInteger {
  Linear , InQuad , OutQuad , InOutQuad ,
  OutInQuad , InCubic , OutCubic , InOutCubic ,
  OutInCubic , InQuart , OutQuart , InOutQuart ,
  OutInQuart , InQuint , OutQuint , InOutQuint ,
  OutInQuint , InSine , OutSine , InOutSine ,
  OutInSine , InExpo , OutExpo , InOutExpo ,
  OutInExpo , InCirc , OutCirc , InOutCirc ,
  OutInCirc , InElastic , OutElastic , InOutElastic ,
  OutInElastic , InBack , OutBack , InOutBack ,
  OutInBack , InBounce , OutBounce , InOutBounce ,
  OutInBounce , InCurve , OutCurve , SineCurve ,
  CosineCurve
}
 

枚举类型说明

◆ BMKAnimationType

enum BMKAnimationType : NSUInteger
枚举值
Linear 
InQuad 

线性

OutQuad 
InOutQuad 
OutInQuad 
InCubic 
OutCubic 
InOutCubic 
OutInCubic 
InQuart 
OutQuart 
InOutQuart 
OutInQuart 
InQuint 
OutQuint 
InOutQuint 
OutInQuint 
InSine 
OutSine 
InOutSine 
OutInSine 
InExpo 
OutExpo 
InOutExpo 
OutInExpo 
InCirc 
OutCirc 
InOutCirc 
OutInCirc 
InElastic 
OutElastic 
InOutElastic 
OutInElastic 
InBack 
OutBack 
InOutBack 
OutInBack 
InBounce 
OutBounce 
InOutBounce 
OutInBounce 
InCurve 
OutCurve 
SineCurve 
CosineCurve