I recently recevied a task to implement the vertical flipping effect like this website: https://book.yunzhan365.com/cjebp/ydbx/mobile/index.html. And the old project uses turn.js to implement double pages horizontal flipping.Because the project is a litte bit age-old, so I wonder if turn.js could support double pages vertical flipping.After some digging, I found this answer in SO: https://stackoverflow.com/a/51944038/22421378. It's awesome in single page,but when it comes to double pages,the effect is not what I want. Could anyone who are familiar with turn.js could help me with this question?
I tried to search related issues on the turn.js github repo and StackOverflow.But I didn't find the suitable use case.