evnbr/bindery

Possibility of toggling controls, or even run Bindery in a Flipbook only mode?

osklm opened this issue · 1 comments

osklm commented

Describe the solution you'd like
So basically I'm using Bindery for something a little different than actually generating a PDF book. I'm mainly using the Flipbook part for this current project I'm working on which an in-game tattoo shop in Grand Theft Auto. Basically u walk up to a book in-game and it then opens up a web interface showing the book, where you can then flip through the pages and its all setup in Vue, and the pages are created dynamically

Describe alternatives you've considered
I have been just adding visibility hidden to the CSS class. Took longer than I expected, since I for some reason failed to spot the emojis in the class names, gave me a good laugh when I realized.

Additional context
It would be really cool, if there was a way to run Bindery in like a Flipbook only mode, I'm thinking that could be handy for people that don't need the other functionality.

quickfix for the non-flipbook views

/* hide bindery menu on scroll down */
.📖-controls {
  /* position: sticky; */
  position: static !important;
}