ts1 / flipbook-vue

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

can I stop the event which flip by dragging ? #62

Open keqing77 opened 2 years ago

keqing77 commented 2 years ago

I add a slider to control the progress , but when flip by dragging the progress didn'r work, I need to find the event which flip by dragging, could I use it to rewrite or stop it? Thanks

ts1 commented 2 years ago

Can you use page slot prop like https://github.com/ts1/flipbook-vue/blob/450e8b2822fb9b0c2577049773a7c073d74563ed/src/App.vue#L37 ? Or I don't understand your problem correctly?

keqing77 commented 2 years ago

thanks, my english is poor 😂.. Can filpbook-vue have a doublecilck method in mobile to flip? dblclick didn't work in mobile, only work in PC.

ts1 commented 2 years ago

doublecilck method in mobile to flip

It's worth giving it some thought.