3D FlipBook - r.h. page curl amount

w***l@sherwoodphoto.com
2021-04-22
2021-04-25

the look of the layout is great, but is there a parameter to set the curl of the right page to be less (less distorted) to be able to read more clearly near the spine? thank you

Replies

a***r@3dflipbook.net
2021-04-25
2021-04-25

you can reduce page depth:

$('#container').FlipBook({
  ...,
  propertiesCallback: function(props) {
    props.page.depth = 2;
    return props;
  }
});

or use flat bookStyle: https://3dflipbook.net/documentation#general-approach, watch https://www.youtube.com/watch?v=DKUtxM8tc1A

Log In to leave a comment