vuejs / vue-animated-list

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

Do you support stagger properties for this? #3

Open Glidias opened 8 years ago

Glidias commented 8 years ago

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 most use-cases, the case of staggering delay of item-moving transitions isn't really a common use-case? Albeit, that may be good as it can simulate turn based movement of individual items.