vuejs / vue-animated-list

A Vue.js plugin for easily animating `v-for` rendered lists.
MIT License
461 stars 47 forks source link

Working with v-show #4

Open timrijkse opened 8 years ago

timrijkse commented 8 years ago

I'd like to use vue-animated-list based on a v-show property since I have some categories you can turn on/off. Based on these categories I show/hide items in the list. Is there a workaround for this? Or maybe planned to build this in?

Thanks in advance!