eCollect / vue-swipe-actions

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

inverse swipe on delete row #12

Open rybakk opened 5 years ago

rybakk commented 5 years ago

Is it possible to put a swipe on all the line when deleting it?

nanov commented 5 years ago

I am not sure I am understanding, could you explain more in detail ( or show examples )?

rybakk commented 5 years ago

For exemple, i got a delete icon when i swipe on a row. When i click on this item i just want to delete the row with an animation. The animation look like a full left or right slide

nanov commented 5 years ago

I see, neat idea. I'm currently working on a new major version with Vue 2.6 support, and without hammer dependancy among other stuff. Let me think about how this may be implemented.