沿曲线对 imageview 进行动画处理

发布于 2024-12-11 02:24:01 字数 81 浏览 0 评论 0原文

我画了一个基本上是抛物线形状的弧线。我想要一个图像视图跟随该曲线并最终落在曲线结束的地面上。请建议我可以使用它来实现这一点的android API。

I have drawn an arc which is basically parabolic in shape.I want an imageview to follow that curve and eventually fall on the ground where the curve ends.Please suggest me android API's which I can use to achieve this.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鸩远一方 2024-12-18 02:24:01

请建议我可以使用 android API 来实现此目的。

TranslateAnimation 从一点到另一点

RotateAnimation 在图像沿曲线行进时旋转图像。

如果需要,AnimationSet 将这两者组合起来。

Please suggest me android API's which I can use to achieve this.

TranslateAnimation to from one point to the other

RotateAnimation to rotate the image as it travels along the curve.

AnimationSet to combine these two if needed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文