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

react-fast-markee should have an option to start with the text to the left without a gradient. #86

Open abeledovictor opened 10 months ago

abeledovictor commented 10 months ago

Use case: Usually the gradient appears when the text to it's left is hidden. An overlay to the left should not be rendered if the markee does not hide text to the left.

Is there a way to implement this? Or do we need to add it to the library?

Thanks