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

Continuous scrolling not working #72

Open SikandAlex opened 1 year ago

SikandAlex commented 1 year ago

I'm using Gatsby.js to render a landing page. Even with autofill prop set to true, the components in my marquee disappear and then "jump" in.

The elements in the marquee disappear after 1-2 full cycles (where everything is fine)

Screenshot from 2023-06-28 08-54-10

After the "DearMedia" image reaches exactly 50% of the way through the scroll container, the images suddenly instantly appear again.

Screenshot from 2023-06-28 08-55-33

I'm using the StaticImage component from Gatsby to render my images, which are the used as component children in the Marquee component.