Web page playing music scrolling lyrics effect Language Notes JavaScript
When the web page plays audio, you can use jQuery and HTML to achieve the scrolling effect of lyrics. The following is a simple implementation: HTML: <div id="lyrics"> <p data-time="0:00.00">Written by : doll</p> <p data-time="0:01.00"…