justin-chu / react-fast-marquee

A lightweight React component that harnesses the power of CSS animations to create silky smooth marquees.
https://react-fast-marquee.com
MIT License
1.16k stars 95 forks source link

Option to slow down sliding speed on mouse hover #76

Open jaseel-koolath opened 1 year ago

jaseel-koolath commented 1 year ago

I propose to add an option to slow down the sliding speed on mouse hover, so that the user can have more time to interact with the items. This option could be a Boolean prop that defaults to false, or a number prop that specifies the percentage of speed reduction on hover.

Brrl commented 1 year ago

I second this.

hareeshr commented 3 months ago

I would like this feature too