Without using a JavaScript framework like jQTouch and jQuery Mobile, is there a way to mimic the native iOS page flip animation and similar transitions using only HTML5 and CSS3?
I basically want to mimic these but without JavaScript:
http://www.jqtouch.com/preview/demos/main/#animations (you must view this page on an iPhone for it to render properly)
Yes, just look at the jQtouch CSS file (jqtouch.css).
All the animations are listed there. For example:
Then create the animation class:
Pull what you need (since it’s MIT licensed) and don’t forget to attribute your source.