0
Html, CSS, JavaScript
Hey everyone! I’ve been experimenting with HTML, CSS, and JavaScript to create a particle animation with background music. The particles react when you click on them, and there’s some background music playing. I’d love to hear what you think about it! If you have any suggestions for improving it or notice anything that could be better, please let me know. Thanks! https://sololearn.com/compiler-playground/WlLhSG0d2ss2/?ref=app
2 odpowiedzi
+ 1
Thanks for the feedback! I’ll work on adding a “play/pause music” button and improving the particle responsiveness. Appreciate you letting me know!
0
Tried on mobile
The background music didn't play for me because of the "requires user gesture" error.
I would suggest to either:
- Remove the apple music link and change it to a "play/pause music" button
- Play music when the very first particle has been pressed.
Also, the particle clicking is a bit unresponsive; sometimes it took me up to 4 clicks for anything to happen.