Components
Momentum Lines is an interactive visual component that brings fluidity to cursor movement. As you move your cursor, vertical lines gently follow along with a soft, gliding motion — like they're catching up with just the right amount of momentum.
Loading preview...
import { MomentumLines } from "@/components/ui/momentum-lines"
export function MomentumLinesDemo(){
return <MomentumLines />
}