Parallax Strips
Depth strips that scroll at different speeds creating a parallax illusion.
Component Showcase
Parallax Strips
Depth strips that scroll at different speeds creating a parallax illusion.
GSAPParallax
Depth strips that scroll at different speeds creating a parallax illusion.
Depth strips that scroll at different speeds creating a parallax illusion.
Select how you want to add this component to your project
import { ParallaxStrips } from "@/components/parallax-strips";
export default function Page() {
return (
<main className="flex min-h-screen items-center justify-center bg-[#050505] p-8">
<ParallaxStrips />
</main>
);
}Feed this prompt to Claude, ChatGPT, or Gemini to quickly write custom integrations, layouts, or configure props for this component on your system.
