用动画切换图像

发布于 2024-10-26 01:56:56 字数 339 浏览 0 评论 0原文

我想要一个静态背景图像(让我们想象一个穿着内衣的模特),其中几个图像分层放置在背景前面。前面的每个图像都可以从左或右切换,并带有一些动画。

所以我们的模型可能会从头上戴着巴拿马帽开始。一个手势将其替换为一顶猪肉馅饼帽,另一个手势则放置了无边帽。她身上的裙子换成裤装,然后是机械工作服。牛仔靴、凉鞋、套鞋等等。

似乎有很多方法可以做到这一点。我可以使用 UIScrollView,启用分页。有核心动画,CALayers 位于背景图像之上。即使是启用滑动手势的简单 UIImageView,也可以跟踪用户手指的坐标。

在这种情况下,这些技术中的一种是否比其他技术更好?或者在读者看来,每个方法都可以像其他方法一样有效吗?

I'd like to have a static background image (let's imagine a model in underwear), where several images are placed in layers in front of the background. Each image in front can be switched out, from the left or right, with some animation.

So our model might start with a panama hat on her head. A gesture replaces it with a porkpie hat, another gesture places a toque. A dress on her body switches to a pant suit, then mechanic overalls. Cowboy boots to sandals to galoshes, and etc.

It seems there are many ways to do this. I could use UIScrollView, with paging enabled. There is Core Animation, with CALayers on top of the background image. Even simple UIImageViews with swipe gestures enabled, tracking coordinates of the user's finger.

Does one of these techniques stand out as being better than the others in this case? Or does it seem to you readers that each could work as well as the others?

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

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

发布评论

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

评论(1

鹿港巷口少年归 2024-11-02 01:56:56

我想说,如果您想要预构建解决方案,请尝试 OpenFlow (我不隶属,只是一个用户)

http://apparentlogic .com/openflow/

否则,也许只需启用分页的 UIScrollView 就可以解决问题?

I'd say if you want a prebuild solution try OpenFlow (I'm not affiliated, just a user)

http://apparentlogic.com/openflow/

Otherwise, maybe just a UIScrollView with paging enabled would do the trick?

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