amineyrman / vue-kinesis

Easily create complex interactive animations with Vue.js
https://www.aminerman.com/kinesis/
MIT License
1.48k stars 59 forks source link

Animation example not working properly. I found multiple duplicated `type` on your sample. #98

Open tborges opened 2 years ago

tborges commented 2 years ago

Thanks for the hard work on this repo!

Describe the bug When I copy the "photography" example from https://aminerman.com/kinesis/#/ into my Vue, Nuxt application I get these errors below, about the duplicate attribute: type. I tried to remove the duplicated type but the effect still not the same from your website. How you go around this issue? Is this an issue?

I removed the duplicated type and I'm not able to get the same animation from your website: PLEASE play around: https://codesandbox.io/s/nifty-frog-56d9fl?file=/pages/index.vue

image

Screenshots

image

**vue-kinesis and Vue.js versions