Toggle Sidebar B
Light & dark mode D

CursorTrail

Animated trail effect that tracks cursor movement

Animated trail effect that tracks cursor movement

Props

PropTypeDefaultDescription
colorAcolor#00aaffColor of fresh trails
colorBcolor#ff00aaColor trails transition to as they fade
radiusrange0.5Base radius of trail circles
lengthrange0.5How long trail circles persist (in seconds)
shrinkrange1How much circles shrink as they fade out (0 = no shrink, 1 = full shrink)
colorSpace"linear" | "oklch" | "oklab" | "hsl" | "hsv" | "lch"linearColor space for color interpolation

Usage

vue
<Shader>
  <CursorTrail
    :radius="0.5"
  />
</Shader>