-
transform.translation // 位移
-
transform.translation.x
-
transform.translation.y
-
transform.translation.z
-
transform.rotation // 转动
-
transform.rotation.x
-
transform.rotation.y
-
transform.rotation.z
-
transform.scale // 缩放
-
transform.scale.x
-
transform.scale.y
-
transform.scale.z
-
cornerRadius // 圆角的设置 @(50)
-
backgroundColor // 背景颜色的变化 (id)[UIColor purpleColor].CGColor
-
bounds // 大小,中心不变 [NSValue valueWithCGRect:CGRectMake(0, 0, 200, 200)];
-
position
-
contents // 内容,比如UIImageView的图片 imageAnima.toValue = (id)[UIImage imageNamed:@"to"].CGImage;
-
opacity
-
contentsRect.size.width //横向拉伸缩放 @(0.4)最好是0~1之间的