iPhone/iPad 上基于时间轴的动画

发布于 2024-09-05 06:34:31 字数 332 浏览 3 评论 0原文

您将如何为 iPhone 或 iPad 应用程序创建时间线动画?我正在寻找类似 Flash 中的时间线动画的东西。不过,我不需要有关如何编程的技术解释。

以下是一些一般性问题: - 我读过一些关于 PNG 序列的 UIView 的内容,但这些动画不是资源密集型的吗?文件大小又如何呢? PNG 不能像 jpeg 那样被压缩。 - 类似矢量的动画怎么样?这些将节省大量的 kb。 - 是否有像 TweenLite/TweenMax/Tweener/... 这样的动画框架(一些众所周知的 ActionScript 动画框架)? - 关于如何制作动画的任何好的参考(例如文本动画,...)

提前致谢。

巴特

How would you go about creating a timeline animation for an iPhone or iPad application? I'm looking for something like a timeline animation in Flash. I don't need a technical explanation on how to program it, though.

So here are some general questions:
- I read something about UIView for PNG sequences, but aren't these kind of animations resource intensive? And what about filesize? PNG can't be compressed like jpeg.
- What about vector-like animations? These would save a lot of kb's.
- Are there animation frameworks like TweenLite/TweenMax/Tweener/... (some well known frameworks for animations in ActionScript) ?
- Any good references on how to make animations (like Text animations, ...)

Thanks in advance.

Bart

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

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

发布评论

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

评论(2

夏天碎花小短裙 2024-09-12 06:34:31

Apple 在图形和动画入门中几乎详细说明了这一点。

一般来说,只要坚持使用尽可能高的 API,并进行测试看看它是否能满足您的需求。像在时间轴动画中一样在 UIView 或 UILabel(文本)上移动不仅只需要几行代码,而且可能会表现得很好。

Apple pretty much spells it out in Getting Started with Graphics and animation.

In general just stick with the highest possible API, and test to see if it's going to meet your needs or not. Moving around a UIView or UILabel (text) as in a Timeline Animation not only takes just a couple of lines of code but it will probably perform just fine.

原来分手还会想你 2024-09-12 06:34:31

这个才刚刚出来,但是你听说过 Hirameki 吗?

它是一个 Flash 动画解析器,可让您将 SWF 动画直接放入 iPhone 的 Xcode 项目中。演示和测试注册位于此处 http://www.flash-on-iphone.com

This only just came out, but have you heard of Hirameki?

It's a flash animation parser that lets you drop SWF animations directly into Xcode projects for iPhone. A demonstration and beta sign up is here http://www.flash-on-iphone.com

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