Fluid Cursor
NewPremiumMetaball-style cursor with trailing blobs that merge and separate. Direction-aware coloring with blend mode effects.
effectscursormetaballfluiddirection-aware
Installation
Terminalbash
npx motioncraft add fluid-cursorUsage
fluid-cursor.tsxtsx
import { FluidCursor } from "@/components/effects/fluid-cursor";
<FluidCursor size={24} trailCount={10} />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| size | number | 20 | Cursor dot size in pixels |
| trailCount | number | 8 | Number of trailing dots |
| color | string | — | Override cursor color |
| blend | boolean | true | Use difference blend mode |
Related Components
Custom Cursor
Custom cursor replacement with smooth trailing and hover state changes.
Reveal on Hover
NewText that reveals an image on hover, following the cursor position with spring animations.
Animated Input
Input field with animated label, focus ring, and validation states.
Audio Reactive
NewElements that pulse and react to audio input from the microphone. Includes visualizer bars and scale effects.