3D FlipBook - Loading gif for page loads

b***n@librissystems.com
2020-06-30
2020-07-04

Hi,

I've replaced the dark/light loader gifs but I cannot find where to replace the page loading gif. I've searched the contents of the entire codebase for "gif", "load", "loader", "loading" and only found the ones in the /images dir. Can you tell me where to replace that loading gif, please?

Thanks

Ben

Replies

b***n@librissystems.com
2020-06-30
2020-06-30

I've managed to locate it. It is not a gif. It is controlled from line 10040 on 3dflipbook.js. What is the best way to specify a gif rather than using code for this loading animation?

Thanks.

a***r@3dflipbook.net
2020-07-04
2020-07-04

Gif is not possible, it renders animation. But you can use the template animation: http://3dflipbook/documentation#book-control-props loadingAnimation for controlsProps http://3dflipbook/documentation#general-approach

...
controlsProps: {
  loadingAnimation: {
    book: false,
    skin: true
  }
},
...
Log In to leave a comment