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

fix: let gradient fade to 0.1 instead of transparent #95

Closed boredland closed 7 months ago

boredland commented 7 months ago

transparent makes it to go towards black on webkit. this is more like it.

closes https://github.com/justin-chu/react-fast-marquee/issues/90

Before:

image

After:

image