Windows Phone 7 UI (Metro) 可以在 iOS 上使用吗?

发布于 2024-09-26 06:08:20 字数 352 浏览 0 评论 0原文

使用 UIKit 在 iOS 设备上重新创建 Windows Phone 7 UI 动画有多困难? 更具体地说,使动画框逐渐从一侧移动到另一侧,并以链式方式出现。

例如,Windows Phone 7 转换如下:http://www.youtube.com/watch?v= EUeNCzRhhDE
0:30 - 视差滚动效果(相对容易?);
1:22 - 主屏幕的连锁动画;

CoreAnimation 和 UILayers 是否可以实现这一点?如果可以的话,它会变得多么复杂?
谢谢

How hard would be be to recreate Windows Phone 7 UI animations on an iOS device using UIKit?
More specifically, making animated boxes gradually move from side-to-side, and appear in a chained manner.

For example, windows phone 7 transitions here: http://www.youtube.com/watch?v=EUeNCzRhhDE
At 0:30 - the parallax scrolling effect (relatively easy?);
At 1:22 - the chained animation of the home screen;

Is this possible with CoreAnimation and UILayers, if so how complex would it get?
Thanks

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

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

发布评论

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

评论(1

爱要勇敢去追 2024-10-03 06:08:20

这并不难。对于像视差滚动这样的事情,您可以只使用一些基本的视图动画代码,并为不同的元素设置不同的时间来获得效果。

看看苹果公司在苹果商店中提供帮助的动画(类似于他们的一些屏幕保护程序)。这些与 Windows 所做的类似。

更大的问题是它是否可以改善用户体验,或者只是让他们等待更长时间才能与您的应用程序进行交互。

It's not incredibly hard. For some things like parallax scrolling you can just use some of the basic view animation code and set different timings for different elements to get the effect.

Look at the animations Apple has in the Apple stores for providing help (similar to some of their screen savers). These are similar to what Windows is doing.

The bigger question would be whether it improves the user experience or just makes them wait longer to be able to interact your application.

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