lhz516 / react-h5-audio-player

React audio player component with UI. It provides time indicator on both desktop and mobile devices.
https://codepen.io/lhz516/pen/dyGpmgP
MIT License
587 stars 91 forks source link

Multi line song name as marquee tag in header #189

Closed shaikhjafar779 closed 1 year ago

shaikhjafar779 commented 1 year ago

If song name is in a singe line in header its works fine. But when song name is of 2 or multi lines, can we have that song name as a marquee tag or something else better.

lhz516 commented 1 year ago

The header property is a ReactNode type which basically supports everything. However, I noticed the marquee tag is deprecated. You may want to consider another solution.

lhz516 commented 1 year ago

Closing it. Feel free to reopen if you need some followup discussion.

shaikhjafar779 commented 1 year ago

So, what will be the solution if I want to make song name animated from right to left just like marquee tag.

lhz516 commented 1 year ago

You may want to search for some CSS animation, or use JS + CSS to control the animation