Unsupportable for Vue3
VikashPR opened this issue · 5 comments
Is your feature request related to a problem? Please describe.
Iam not able to use vue-kinesis in Vue3
Did you install the @next version?
npm install --save vue-kinesis@next
If so, please give further explanations about your issue.
npm install --save vue-kinesis@next
i installed the same and i couldn't do any kinesis animation so i came across Vue3 Compatibility #49 and found your code-sandbox https://codesandbox.io/s/silent-haze-emyps .
i copies the same code and made a component but it didn't work again i tried to run the code in App.Vue still it didn't work.
please provide me with a solution, i wanted to implement kinesis animation in my portfolio website. I couldn't find any better packages for parallax animations for Vuejs.
Hi again,
I juste created this project to test:
https://github.com/Aminerman/vue3-kinesis-test
I just installed vue-kinesis@next, added it in the main.js, and used the components in App.vue
So everything works fine.
You can either take inspiration from this, or share your code so I can help you debugging this issue.
Hey, thank you for the repository. I will try to solve the problem in my code with the help of your repository.
I will let you know if I am still facing the issue.
I'll consider this issue resolved. You can reopen it if it's not.