ts1 / flipbook-vue

3D page flip effect for Vue.js
https://ts1.github.io/flipbook-vue/
614 stars 158 forks source link

Question: How to implement flip on click? #77

Open iplanwebsites opened 2 years ago

iplanwebsites commented 2 years ago

I'm not using the zoom feature and would like to implement page flip on clicks. I haven't seen an easy way to achieve this with the API so I was wondering what would be my best bet to add this functionality.

Great component by the way!

ts1 commented 2 years ago

I think it is not possible at the moment. I will add that feature when I have time.

mediavrog commented 1 year ago

I'm not using the zoom feature and would like to implement page flip on clicks. I haven't seen an easy way to achieve this with the API so I was wondering what would be my best bet to add this functionality.

Great component by the way!

you can probably just overlay the prev/next page link with a high enough z-index and positioning