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

Kinesis-audio not working #86

Open ionutbirlad opened 2 years ago

ionutbirlad commented 2 years ago

Hi, I'm trying to use the "kinesis-audio" component but it doesn't seem to work. I've created a basic project with Vue 2 and installed the kinesis package as suggested, then I used the piece of code from the demo website in the audio section and after I pass an audio file to the "kinesis-container" nothing happens. There is no audio player. I also tried to call the play method on the container with a custom button, the music starts and the element that I used starts to move but in a completely wrong way. Instead of depth effect it overflows to the right side of the browser and then moves from left to right.

Am i missing something? Here it is a screenshot of the code I'm using if that can help

Screenshot from 2021-12-23 13-24-22

I would really appreciate if you could help me. Thanks!

Aminerman commented 2 years ago

Hello! I'm working on a new demo page. I'll to push an example today for how to use the audio. Thanks for your patience.