iBooks页面翻转效果在何处以及如何编程?

时间:2012-01-28 21:20:42

标签: javascript iphone ipad html5 epub

据我所知,ibooks格式类似于epub格式http://iphoneincubator.com/blog/apple-events/thoughts-on-ibooks-author,一堆html / js文件。 但是页面翻转的位置/方式是如何编程的?

我已经在我的mac http://itunes.apple.com/fr/app/ibooks-author/id490152466?mt=12上下载了iBooks Author,在iPad iBooks 2上测试时,我无法获得这种翻页效果,而当我从官方库下载iBooks时,它有翻页效果。

那么我可以手动修改iBooks Author生成的html / js来获得这种效果吗?如果是的话,因为我找不到任何搜索互联网的文件。

2 个答案:

答案 0 :(得分:1)

有很多HTML5“翻页”教程 - 我最喜欢的一些是在HTML5rocks.com上...

查看此案例研究: http://www.html5rocks.com/en/tutorials/casestudies/20things_pageflip.html

答案 1 :(得分:1)

有一个是作为xcode项目类型为您自动创建的,名为paged based application!希望有所帮助!