BinarCode / vue-form-wizard

Vue.js 2 wizard
https://binarcode.github.io/vue-form-wizard/#/
MIT License
1.11k stars 244 forks source link

Lottie Animations Display All #324

Open DanielTerbl opened 4 years ago

DanielTerbl commented 4 years ago

I can't seem to get all the Lottie animations from all 3 my steps to show all at once. They bundle together in a single slot for some reason. What I would like to achieve is to have only the first Lottie animation show when I am at step one, and once I move to step 2 I would like both one and 2 to show and so on.

How would I achieve this?