美文网首页
Animate Key Paths

Animate Key Paths

作者: Ame___ | 来源:发表于2019-10-08 10:17 被阅读0次
CATransform3D Key Paths : (example)transform.rotation.z

    rotation.x

    rotation.y

    rotation.z

    rotation

    scale.x

    scale.y

    scale.z

    scale

    translation.x

    translation.y

    translation.z

    translation

 CGPoint Key Paths : (example)position.x

    x

    y

 CGRect Key Paths : (example)bounds.size.width

    origin.x

    origin.y

    origin

    size.width

    size.height

    size

    opacity

    backgroundColor

    cornerRadius

    borderWidth

    contents

 Shadow Key Path:

    shadowColor

    shadowOffset

    shadowOpacity

    shadowRadius


相关文章

网友评论

      本文标题:Animate Key Paths

      本文链接:https://www.haomeiwen.com/subject/epzvpctx.html