Components/Effects

Cursor Trail

A smooth and refined shape trail effect that beautifully interpolates along your mouse cursor path.

cursortrailmouseeffectanimation

Preview

Wiggle your mouse around.

Installation

npx shadcn@latest add https://grootstudio.vercel.app/r/cursor-trail.json

Usage

Props

PropTypeDefaultRequiredDescription
imagesstring[]flairImagesAn array of image URLs to use in the trail.
distancenumber60The distance in pixels the cursor must move before a new image spawns.
durationnumber1000The duration of the individual image animation in milliseconds.
imageSizenumber64The width and height of the trail images in pixels.
classNamestringundefinedOptional class names for custom styling.