3D FlipBook - hard-cover book?

a***g@gmail.com
2020-09-17
2020-09-20

Hello, I would like to know how can I use the 3d FlipBook with hard-cover and if can I use html buttons and forms??

Thanks for your soon reply

Replies

a***r@3dflipbook.net
2020-09-20
2020-09-20

Hi,

To get a hardcover book set properties:

var options = {
...
  propertiesCallback: function(props) {
    props.cover.wave=0.05;
    props.cover.depth=0.0001;
  }
};

Yes using CSS layers: https://3dflipbook.net/css-layer-highlight

s***z@gmail.com
2021-07-06
2021-07-06

where did you have to set this properties??

Log In to leave a comment