Slime Background

A glossy marbled liquid surface — double-warped FBM height field, analytic normals, Blinn-Phong specular highlights, and a cursor-dimple that presses into the slime. Five color presets including toxic purple/green.

Lazy-ui
Press the surface

Wet, slow,
alive.

A double-warped FBM height field, lit by a single key light. Move the cursor — the slime dimples under the pointer.

Customize

Palette
Show content
Speed0.35x
Viscosity0.85
Shine1.00
Roughness0.35
Detail1.00
Contrast0.50
Grain0.040
Mouse press0.60
Mouse follow

Usage

import { SlimeBackground } from "@/components/lazy-ui/slime-background";

<SlimeBackground
  palette="toxic"
  showContent={true}
  speed={0.35}
  viscosity={0.85}
  shine={1}
  roughness={0.35}
  detail={1}
  contrast={0.5}
  grain={0.04}
  mouseInfluence={0.6}
  mouseFollow={true}
/>