Questions tagged [vuejs-transition-group]

14 questions
4
votes
2 answers

Can you change an item's ID in vue.js?

I have a list of items, contained within a javascript array. Similar to the examples found on the vue.js documentation. This is the workflow I'm struggling with: A user clicks "Add". I immediately add an item to the list (in the spot where they…
Shadow
  • 8,749
  • 4
  • 47
  • 57
3
votes
1 answer

Vue.js only applying animation on last element

I'm practicing Vue transition-group and imitating Vue document example specifically on THIS particular section. The problem is that my example will apply animation only on end-element instead of element that's being Added/Removed. Can someone please…
3
votes
1 answer

Vue.js: transition-group animation doesn't work

I have a slider written as a transition-group component: