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.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/kinetic-scroll-galleryLoading preview...
import KineticScrollGallery from "@/components/ui/kinetic-scroll-gallery";
export default function DemoOne() {
return <div className="App">
<KineticScrollGallery />
</div>;
}