react-fast-marquee icon indicating copy to clipboard operation
react-fast-marquee copied to clipboard

Continuous scrolling not working

Open SikandAlex opened this issue 1 year ago • 0 comments

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.

SikandAlex avatar Jun 28 '23 15:06 SikandAlex