gpt4 book ai didi

ios - CAShapeLayer 动画 lineCap 属性

转载 作者:行者123 更新时间:2023-11-28 10:04:50 30 4
gpt4 key购买 nike

我想为 CAShapeLayer 的 lineCap 属性设置动画。这是我的代码:

  func animate() {
let animation = CABasicAnimation(keyPath: "lineCap")
animation.toValue = CAShapeLayerLineCap.round
animation.duration = 0.3

//var progressLayer: CAShapeLayer?
progressLayer?.add(animation, forKey: "AnimationKey")
}

没有任何反应。可能错误在 keyPath 中,但找不到正确的值

最佳答案

根据文档,线帽不可设置动画。

https://developer.apple.com/documentation/quartzcore/cashapelayer

关于ios - CAShapeLayer 动画 lineCap 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55578218/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com