Components
A responsive image grid that dynamically skews each photo based on your scroll velocity, creating a tactile, kinetic distortion effect powered by Framer Motion.
Loading preview...
import KineticScrollGallery from "@/components/ui/kinetic-scroll-gallery";
export default function DemoOne() {
return <div className="App">
<KineticScrollGallery />
</div>;
}