ts1 / flipbook-vue

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

startPage toggle page #104

Closed NJHSFNAK closed 10 months ago

NJHSFNAK commented 10 months ago

Hi TS1. the functionality of your component is pretty awesome, I am using it in Vue3 and he helped me a lot, but when I am switching pages using startPage, when startPage is even, the total number of pages is six, and clicking on the next page again stays on the fifth page and doesn't jump to the last page, is there anything I need to change please?

NJHSFNAK commented 10 months ago

I tested it, but it works when startPage is the base, handy to ask if it's meant to be handled this way? Looking forward to your reply.

ts1 commented 10 months ago

Can you provide me a minimal working project that reproduces your problem?

NJHSFNAK commented 10 months ago

Thank you for your reply, I am finding the answer from #99. I have another question because I don't want the clickToZoom function, I want to click on the image and then have a return event, is there a way to do this?

ts1 commented 10 months ago

At the moment, that isn't supported. But it's a good idea, and I'll consider it when I have some time.

NJHSFNAK commented 10 months ago

At the moment, that isn't supported. But it's a good idea, and I'll consider it when I have some time.

thanks,ts1