Aminerman / vue-kinesis

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

Unsupportable for Vue3 #85

Closed VikashPR closed 2 years ago

VikashPR commented 2 years ago

Is your feature request related to a problem? Please describe. Iam not able to use vue-kinesis in Vue3

Aminerman commented 2 years ago

Did you install the @next version? npm install --save vue-kinesis@next If so, please give further explanations about your issue.

VikashPR commented 2 years ago

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.

Aminerman commented 2 years ago

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.

VikashPR commented 2 years ago

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.

Aminerman commented 2 years ago

I'll consider this issue resolved. You can reopen it if it's not.