Skip to content
Advertisement

Tag: transition

Vue.js transition between items created with v-for

I’m cloning a flash app (http://bqgh6e.axshare.com/module.html) using vue and I need to create transitions between items created with v-for. I’ve got transitions working between different components on my App.vue https://github.com/alansutherland/BodyGuard/blob/master/src/App.vue However, within Module1.vue I’m generating slides using v-for https://github.com/alansutherland/BodyGuard/blob/master/src/components/Module1.vue Is it possible to dynamically create router links for each item generated within the module and transition to them from one

Advertisement