【发布时间】:2011-02-05 14:22:54
【问题描述】:
我有一个 webview,它显示电子书的页面。我想用页面卷曲动画从一页切换到下一页。到目前为止,我知道如何切换页面以及如何在 webview 上应用页面卷曲动画了。
但是如何以看起来像是从一页翻到另一页的方式应用 curl 动画?
【问题讨论】:
标签: iphone animation uiwebview core-animation
我有一个 webview,它显示电子书的页面。我想用页面卷曲动画从一页切换到下一页。到目前为止,我知道如何切换页面以及如何在 webview 上应用页面卷曲动画了。
但是如何以看起来像是从一页翻到另一页的方式应用 curl 动画?
【问题讨论】:
标签: iphone animation uiwebview core-animation
我认为您需要使用“WebKit CSS 动画”来获取 UIWebView 中的动画。
阅读 DashCode_UserGuide.pdf(可在 Apple 的开发中心资源中找到)
【讨论】:
这里有一些downloadable code 的示例,说明如何执行此操作。
【讨论】: