3D FlipBook - How can I remove the cover so the flip book starts on the first spread?

r***l@bmwna.com
2023-05-24
2023-10-10

How can I remove the cover so the flip book starts on the first spread? So basically, I don't want a front or back cover.

Replies

a***r@3dflipbook.net
2023-06-01
2023-06-01

Hi, do you mean the book pages pages or the cover animation simulated by plugin?

r***l@bmwna.com
2023-06-02
2023-06-02

the book loads to a single page then, when you open the book, it opens to a spread pf two pages. How can I have the book open directly to the two page spread?

r***l@bmwna.com
2023-06-12
2023-06-12

Any status on this?

a***r@3dflipbook.net
2023-06-13
2023-06-13

you can navigate to the required page:

$('body').FlipBook({
...,
  ready: function(scene) {
    scene.ctrl.goToPage(5);
  }
});
Log In to leave a comment