3D FlipBook - How do I get it to load the upcoming pages to prevent it from showing “Loading…” on page turn? I’m just working with

b***n@cecn.net
2019-08-08
2019-08-08

How do I get it to load the upcoming pages to prevent it from showing “Loading…” on page turn? I’m just working with the demo, so my code is:

$(’#container’).FlipBook({ pageCallback: theKingIsBlackPageCallback, pages: 40, preloadPages:40, cachedPages:40, pagesForPredicting:40, renderWhileFlipping:true, propertiesCallback: function(props) { props.cover.color = 0×000000; return props; }, template: { html: ‘templates/default-book-view.html’, styles: [ ‘css/short-white-book-view.css’ ], links: [ { rel: ‘stylesheet’, href: ‘css/font-awesome.min.css’ } ], script: ‘js/default-book-view.js’, sounds: { startFlip: ‘sounds/start-flip.mp3’, endFlip: ‘sounds/end-flip.mp3’ }, } });

Nothing seems to make it load without showing the Loading screen.

Replies

Log In to leave a comment