I want to use the "turn" effect found here on a regular desktop site I'm building. I DO NOT want to use the jquery mobile library. I want to know if I can replicate this effect using regular jquery/css3/html5 with regular hyperlinks on a desktop site.
Please note: I am not using AJAX or PHP on my site. I want everything to be solely made up of jQuery/CSS3/HTML/Javascript. This means that it is not a one-page site. There are a bunch of different html documents paired together with hyperlinks like a traditional website, and I want to know if theres a way to use javascript to, perhaps, preload the other pages so they are ready for the animation when clicked.
I'm looking for the same exact functionality as the link I've provided. This means animate when clicked, reverse animate when going back, and preloading the pages so they're ready.
Thanks in advance guys!