3D FlipBook - 3d Book tilt

i***o@t-conecta.com
2021-04-18
2021-04-20

Replies

a***r@3dflipbook.net
2021-04-20
2021-04-20
  1. only using book ready function:
    function ready(scene) {
          setTimeout(function() {
            scene.visual.getOrbit().actions.rotate(null, {dx: 0, dy: -100, state: 'move'});
          }, 10);
    } ready ​
    
  2. Reduce default zoom in settings or use a skin with full width toolbar.
  3. create bookmarks in PDF using any PDF editor.
k***k@seznam.cz
2021-12-06
2021-12-06

Where to insert the code in point 1?

l***p@gmail.com
2023-02-28
2023-02-28

?

a***r@3dflipbook.net
2023-02-28
2024-02-05

WordPress plugin: Book editor->check show advanced options. Then look for Ready function in the general tab.

jQuery plugin:

$('body').FlipBook(...,
ready: function (scene) {
      setTimeout(function() {
        scene.visual.getOrbit().actions.rotate(null, {dx: 0, dy: -100, state: 'move'});
      }, 10);
});
Log In to leave a comment