Link to Figma design mockups (v1)
Omar comments
- This is a good start / fit for the project!
- Some ideas to consider (or discard! just quick thoughts)
- It could be interesting if some of lyrics here linked to a different song. i.e. if you have songs that are linked in concept, you can jump to another related song from the lyrics
- Given that this is playlist that you made ā I wonder if you could layer some of your own thoughts or ideas about the song
- You may want to mock this up further on figma before building!
- For your idea of layering on each line ā this requires some Javascript. That said, it would be relatively basic Javascript that Iām confident you can figure out. You basically would put all the elements in HTML on your page, and use CSS to hide them by default. The Javascript would then change the CSS to show each desired item, and hide the previous one.
- I believe you can embed audio with HTML alone