Fluid Cursor

NewPremium

Metaball-style cursor with trailing blobs that merge and separate. Direction-aware coloring with blend mode effects.

effectscursormetaballfluiddirection-aware

Installation

Terminalbash
npx motioncraft add fluid-cursor

Usage

fluid-cursor.tsxtsx
import { FluidCursor } from "@/components/effects/fluid-cursor";

<FluidCursor size={24} trailCount={10} />

Props

PropTypeDefaultDescription
sizenumber20Cursor dot size in pixels
trailCountnumber8Number of trailing dots
colorstringOverride cursor color
blendbooleantrueUse difference blend mode

Related Components