joebentaylor1995/infinite-scroll-with-parallax — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a static front end demo for an infinite scrolling parallax page. I want it to feel like a polished design tutorial called The Never Ending Story, with big full screen image sections that keep looping vertically so the page never really ends.

Use smooth scrolling with Lenis and scroll based animations with GSAP ScrollTrigger. Each hero section should have an image that moves at a different speed while scrolling, plus large marquee style text that scales or shifts as you move through the page. The loop should feel seamless, not like it jumps back to the top.

Keep it simple enough to open by double clicking index.html in a browser. Use separate HTML, CSS, reset CSS, and JavaScript files. Load any animation libraries from CDNs. If the assets folder has images, wire them up, otherwise use clean placeholder images so I can replace them later.

Make it responsive, modern, and smooth in Chrome, Safari, Edge, and Firefox. Look up current docs online if needed.

Want more depth? Deep Reverse