Hacker News new | ask | show | jobs
by unreal37 4666 days ago
Most of the code is actually to recreate the music. The scrolling of the text is the easy part.
1 comments

The tricky part was to sync the CSS animation with the HTML <audio>-element sound (1:34 minutes long) with the help of JavaScript.

The scrolling itself is just a CSS "transform: perspective(300px) rotateX(25deg)".

You can also edit the scrolled text because I added the contenteditable="true" attribute to the titles.