Magnetic Gallery

NewPremium

Image gallery where items are attracted to and repelled by the cursor with spring physics.

effectsgallerymagneticimagesinteractive

Installation

Terminalbash
npx motioncraft add magnetic-gallery

Usage

magnetic-gallery.tsxtsx
import { MagneticGallery } from "@/components/effects/magnetic-gallery";

<MagneticGallery items={[
  { id: 1, src: "/img1.jpg", alt: "Image 1" },
  { id: 2, src: "/img2.jpg", alt: "Image 2" },
]} strength={40} />

Props

PropTypeDefaultDescription
items*GalleryItem[]Array of image items
strengthnumber30Magnetic pull strength
gapnumber16Gap between items in pixels
classNamestringAdditional CSS classes

Related Components