Reputation: 12541
I am starting a new project and my main home page element will be a Flip Book.
I prefer staying away from Flash and HTML5.
The problem is that I am having a hard time finding a Full Cross Browser Jquery/Javascript Flip Book that has the capability of the CLICK AND DRAG event. (I don't want a normal click and flip.)
Does anyone have or know of a full cross browser Click and Drag Flip Book?
OR if you have an example, not cross browser, what alternative cross browser overrides would be best to use?
Upvotes: 2
Views: 11412
Reputation: 4965
Perhaps missed out as it was not available at the time, I've had great success (due to it's simplicity) with Turn.js
It's also got a HTML4 version, so it's not only HTML5.
Upvotes: 3
Reputation: 12541
Here is a link with a few choices :
http://cssnerd.com/2011/12/08/animated-css3-pageflip-flipbook-with-a-little-jquery/
On the page you will see :
jQuery version (that @Arno posted)
Pure CSS3 version
HTML5 version (coz we can't ignore the non-crossbrowser html5 anymore)
3d flipbook without a HTML5 canvas version
Upvotes: 2
Reputation: 1253
You can try http://builtbywill.com/code/booklet/. It uses jQuery and jQuery UI, and supports click and drag.
Upvotes: 0