Marc Uberstein
Marc Uberstein

Reputation: 12541

Non-Flash Flip Book [Cross-Browser]

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

Answers (4)

CPhelefu
CPhelefu

Reputation: 128

You can use the PDF-to-HTML flip generator.

Upvotes: 0

ericosg
ericosg

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

Marc Uberstein
Marc Uberstein

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)

  • They updated it on August 8, 2012 and is looking much better
  • Works on iPad
  • IE7 & IE8 some shading issues when paging (im not even gonna test IE6)
  • http://builtbywill.com/code/booklet/

Pure CSS3 version

HTML5 version (coz we can't ignore the non-crossbrowser html5 anymore)

3d flipbook without a HTML5 canvas version

Upvotes: 2

Arno
Arno

Reputation: 1253

You can try http://builtbywill.com/code/booklet/. It uses jQuery and jQuery UI, and supports click and drag.

Upvotes: 0

Related Questions