如何在 iOS 中制作楔形角度变化的动画

发布于 2024-10-29 23:38:47 字数 289 浏览 0 评论 0原文

我有一个大小恒定的圆,圆内有一个围绕中心旋转的楔子(就像雷达一样)。该楔形的半径也是恒定的,但楔形的角度发生变化。它可以是几度,也可以是 360 度。

楔形是使用 UIView 派生类和 Quartz 2D 实现的,我可以使用 UIView animateWithDuration 和 CGAffineTransformMakeRotation 轻松设置旋转动画。现在我正在寻找一种方法来动画楔形角度变化,在楔形轴的两侧对称地显示展开/折叠(就像打开风扇一样)。我也想有缓和。

有人可以提供任何指示或示例吗?

谢谢!

I have a cricle of constant size and a wedge inside of the circle that rotates around the center (like a radar). Radius of that wedge is also constant, but angle of the wedge changes. It can be several degrees and it can be 360.

The wedge is implemented using UIView derived class and Quartz 2D and I can easily animate the rotation using UIView animateWithDuration and CGAffineTransformMakeRotation. Now I am looking for a way to animate the wedge angle changes, with expanding/collapsing showing symmetrically on both sides from axis of the wedge (like if you are opening a fan). I would like to have easing, too.

Can anybody provide any pointers or examples?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文