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

Gradient is unnatural after v1.6.3 #99

Closed dninomiya closed 7 months ago

dninomiya commented 7 months ago

This seems to be the case because the gradation does not end with transparency. I think this is logically the correct result.

In my project, there was no problem with v1.6.2.

https://dninomiya.com

and v1.6.3 has issue.

gradientColor="hsl(--var(background))"

image

gradientColor="red"

image
justin-chu commented 7 months ago

Hi, this should be fixed in 1.6.4