Horizontal Scroll Component

A horizontal scroll component powered by Framer Motion with smoothly transitioning active background that animates seamlessly from one tab to another. Features smooth horizontal scrolling, tab navigation, and elegant transition effects for modern web interfaces.

Creative

Framer-Motion

We use lenis for smooth scrolling:

'use client'
import { ReactLenis } from 'lenis/react'
export default function HorizontalScroll(): JSX.Element {
return (
<ReactLenis root>
{ /* content */ }
</ReactLenis>
)
}