Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在稍后制作动画的 CAShapeLayer 上创建外发光效果。这有可能实现吗?我正在查看文档,找不到类似的东西。
使用它的shadowColor,shadowOpacity和shadowRadius属性, 和 a shadowOffsetof (0,0)。所有这些属性都可以通过通常的 CAAnimation malarkey 进行动画处理。
shadowColor
shadowOpacity
shadowRadius
shadowOffset
(0,0)