MaxLeiter / sortablejs-vue3

A thin wrapper around Sortable.js for Vue 3
https://sortablejs-vue3.maxleiter.com
MIT License
380 stars 21 forks source link

Transition when inserting new data to the list ? #114

Open mattbryson opened 1 week ago

mattbryson commented 1 week ago

Is there any way to add transitions to new items that are added to the model?

Much like the Vue Transition-group - so when a new item is added, the list animates to show it ?