Skip to main content

Where and how the iBooks page flipping effects is programmed?



As far as I can read, ibooks format is similar to epub format http://iphoneincubator.com/blog/apple-events/thoughts-on-ibooks-author , a bunch of html/js files. But where/how the page flipping is programmed ?





I have downloaded iBooks Author on my mac http://itunes.apple.com/fr/app/ibooks-author/id490152466?mt=12 , when testing on iPad iBooks 2, I can't get this flipping page effect whereas when I download iBooks from official library it has that page flipping effect.





So could I modify the html/js generated by iBooks Author by hand to get that effect ? If yes how because I can't find any documentation searching the Internet.


Comments

  1. There are plenty of HTML5 "page flip" tutorials - a few of my favorite ones are on HTML5rocks.com...

    Check out this case study:
    http://www.html5rocks.com/en/tutorials/casestudies/20things_pageflip.html

    ReplyDelete
  2. There is one that is automatically created for you as an xcode Project type its called the paged based application! Hope that helps!

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?