Components
Loading preview...
A responsive image grid that dynamically skews each photo based on your scroll velocity, creating a tactile, kinetic distortion effect powered by Framer Motion.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/kinetic-scroll-galleryimport KineticScrollGallery from "@/components/ui/kinetic-scroll-gallery";
export default function DemoOne() {
return <div className="App">
<KineticScrollGallery />
</div>;
}