vue-animated-list icon indicating copy to clipboard operation
vue-animated-list copied to clipboard

A Vue.js plugin for easily animating `v-for` rendered lists.

Results 5 vue-animated-list issues
Sort by recently updated
recently updated
newest added

I'm using vue ^2.5.2 and vue-animated-list ^1.0.2. I get the following stack trace: ```javascript Uncaught TypeError: Cannot read property 'diff' of undefined at install (vue-animated-list.js?be79:17) at Function.Vue.use (vue.esm.js?65d7:4753) at eval...

For some reason the move transition stops working when using `track-by="$index"`. It works fine when using track-by with any other existing property, like ie. `track-by="id"`. I've tried taking a look...

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...

The "stagger" property doesn''t apply on the item-moving transitions, only on newly spawned items as per standard vue implementation (ie. is there another property like "stagger-movement" property?). I guess in...

Is there a way to use this for a multiple item slider? ` {{ item.title }} {{{ item.content | hashtag }}} ``` ` This is my layout what i want...