如何在 Flex 视图状态下显示翻转效果?
我是 Flex 新手。
我想用 Flex 构建很酷的 Web 应用程序。
为了显示我网站的内容,我使用视图堆栈和按钮栏。它已经准备好了,但现在我想在其中添加一些动画效果。
例如更改导航内容会显示翻转动画。 那么我该怎么做呢?
帮助完整链接。
I'm new to Flex.
I want to build cool web application in flex.
For displaying content of my site, I use viewstack and button bar. It is ready, but now I'd like to add some animation effect in that.
For example changing the navigation content shows flip animation.
So how do I do that?
Help full link.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这听起来与另一个问题类似:如何在视图堆栈之间很好地制作动画 。
也许这会有帮助?
This sounds similar to another question: How can I nicely animate between viewstacks.
Perhaps that will help?
该示例展示了最基本的动画类型,可以使用开放且广泛支持的 Web 标准(例如 HTML、CSS 和 JavaScript)轻松使用该动画。 jQuery 库 将允许您只需几行代码即可完成此操作。您对弹性有绝对的要求吗?
That example shows the most basic kind of animation which is readily available using open and widely supported web-standards such as HTML, CSS, and JavaScript. The jQuery library will allow you to do this in just a few lines of code. Do you have an absolute requirement for flex?