CAAnimation对应的 keypath

animationWithKeyPath的值:   关于各种动画更详细的实现

  transform.scale = 比例转换

   transform.rotation = 旋转

    opacity = 透明度

    margin = 边距

    zPosition

    backgroundColor =   背景颜色

    cornerRadius   = 圆角

    borderWidth

    bounds

    contents

    contentsRect

    frame

    hidden

    mask

    masksToBounds

    position = 位置

    shadowColor

    shadowOffset

    shadowOpacity

    shadowRadius

你可能感兴趣的:(CAAnimation对应的 keypath)