You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First Thank You for such a nice flip-book to be able to selfhost. I am happy & pleased with it.
One little issue I like to resolve and got this partially working, but it is still not satisfactory.
The original transition-duration is 200ms (if I am correct here) and I find this very fast.
Looking through the files, I found so far 2 files which have the settings, one is /pdfjs/viewer.js between line 341 - 386 and /turnjs/zoom.min.js line 18
I change the 200ms to 2s but it is not correctly picked up, means, flipping through the book in one direction the NEW duration is not picked up, flipping backwards right after, the new duration is picked up somewhat. With somewhat I mean, it is still not the full 2s (which is too slow, but I had to jump it up that much to see some reduction in speed).
Am I missing some entries somewhere ?
Any hints are very welcome.
Thank you
The text was updated successfully, but these errors were encountered:
First Thank You for such a nice flip-book to be able to selfhost. I am happy & pleased with it.
One little issue I like to resolve and got this partially working, but it is still not satisfactory.
The original transition-duration is 200ms (if I am correct here) and I find this very fast.
Looking through the files, I found so far 2 files which have the settings, one is /pdfjs/viewer.js between line 341 - 386 and /turnjs/zoom.min.js line 18
I change the 200ms to 2s but it is not correctly picked up, means, flipping through the book in one direction the NEW duration is not picked up, flipping backwards right after, the new duration is picked up somewhat. With somewhat I mean, it is still not the full 2s (which is too slow, but I had to jump it up that much to see some reduction in speed).
Am I missing some entries somewhere ?
Any hints are very welcome.
Thank you
The text was updated successfully, but these errors were encountered: