ts1 / flipbook-vue

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

Duplicate image names cause the animation to switch abnormally. #105

Open NJHSFNAK opened 10 months ago

NJHSFNAK commented 10 months ago

Hi ts1. I see from #68 that when the image names are all the same, a page flip exception occurs. is there any other way to do this other than changing the image names?

ts1 commented 10 months ago

Hi, thanks for bringing up this issue. I haven't been able to pinpoint the exact cause of the page flip exception yet. It's possible that having the same image names might not be the root cause. I plan to investigate this further when I have the time.

NJHSFNAK commented 10 months ago

Thanks for your reply, I tested adding the singlePage attribute and the issue does not occur. Your plugin is quite good, looking forward to your updates!