Been trying to find the right solution to create the illusion that you are constantly cycling/scrolling through the same content/images and can never hit the bottom of the page to stop scrolling - it just repeats.
Here's a beautiful example of what I mean using GSAP's scrollTrigger. Once you scroll to the end of the .js-home-items
div it then clones the div and appends it to the end so that you can never scroll to the bottom of the page and instead just see a constant loop of elements/images.
I had a crack but no luck. Any solution would be greatly appreciated!