eCollect / vue-swipe-actions

iOS style swipe actions
https://ecollect.github.io/vue-swipe-actions/
MIT License
231 stars 48 forks source link

Predefined action on large swipe #46

Open mgesmundo opened 4 years ago

mgesmundo commented 4 years ago

Hello, very nice component! There is a method to choose a predefined action on large swipe movement? For example I have two actions on the right (edit and delete). When I swipe to te left the two actions are reveled, but if I continue to swipe to the left, the predefined action (delete) will expands and the edit action will disappear. When the finger will released, the remove event will fired. Thank you!