IOS對于CAAnimation使用時有一個API相對來說設(shè)計不是太好;
[CAAnimation animationWithKeyPath: @"key"];中的Key是一個比較坑的,按照封裝原則,不應(yīng)該把實際參數(shù)值直接暴露對外.
具體參數(shù)值如下:
transform.scale = 比例轉(zhuǎn)換
transform.scale.x = 寬的比例轉(zhuǎn)換
transform.scale.y = 高的比例轉(zhuǎn)換
transform.rotation.z = 平面圖的旋轉(zhuǎn)
opacity = 透明度
margin=邊框間隔?
zPosition = 平面圖的位置
backgroundColor = 背景色
cornerRadius = layer的角度
borderWidth = 邊框?qū)挾?br>
contents = 內(nèi)容?
bounds = 大小?
contentsRect = 內(nèi)容矩形
frame = 位置
hidden = 隱藏
mask = 標(biāo)記
maskToBounds
position = 位置
shadowOffset = 陰影偏移?
shadowColor = 陰影顏色
shadowRadius = 陰影角度