Measured entry

tripled-liquid-cursor-shadcnui

cursor-effectliquid-glassmotion on file

A client-only React cursor trail rendered on a fixed, full-viewport canvas, with an embedded SVG filter merging colored particles into a liquid effect. It ships as a shadcn registry component, declares React and Framer Motion, uses utility classes for its overlay, and listens to global pointer movement while running its own animation loop.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-liquid-cursor-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-liquid-cursor-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-liquid-cursor-shadcnui at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for tripled-liquid-cursor-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal21.1 KB (86.6 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A credible drop-in accent that builds and mounts cleanly, but it is best treated as source to refine rather than a finished accessibility-aware effect. The global listener, perpetual animation loop, random palette, and dominant overlay stacking deserve review before production use.

Use it if

  • You want a decorative desktop pointer trail that can sit above an entire landing page.
  • Your app already supports client components and a persistent full-viewport overlay.
  • You are comfortable adapting the fixed color palette and randomized particle behavior to your brand.

Skip it if

  • Your experience is primarily touch or keyboard driven, where the effect has little to react to.
  • You need reduced-motion handling or an animation that pauses when idle without modifying the source.
  • Your interface already uses top-layer overlays whose stacking order must remain strictly controlled.
  • You need deterministic visuals for screenshots, recordings, or tightly governed brand output.

Install

Installation record for tripled-liquid-cursor-shadcnui
Declared dependenciesframer-motion, react
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn project, add React and the registry-declared Framer Motion package, keep the component behind a client boundary, and provide Tailwind utilities or equivalent CSS for the fixed full-screen, non-interactive overlay and canvas sizing. Framer Motion is declared by the registry but is not imported by this implementation.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

Alternatives

Other published entries for the cursor-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.