RemotionUI

Mesh Gradient Background

Living gradient blobs on a dark stage.

PrimitivePrimitivesAdvanced

mesh-gradient-bg30fps · 960×540
Install
$ npx remotion-ui@latest add mesh-gradient-bg

Full-frame ambient background with drifting phosphor, teal, and rose blobs on #080810.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/remotion/primitives/mesh-gradient-bg
  • Use when: frame-level motion primitives and reusable animation wrappers.
  • Customize: backgroundColor, colors, intensity, plus copied source for timing, layout, colors, and typography.
  • Rule: do not import this component from the remotion-ui npm package; it is copied into your project.

Usage

Example
import { MeshGradientBg } from "@/remotion/primitives/mesh-gradient-bg"; <MeshGradientBg />

API Reference

PropTypeDescription
backgroundColorstringStage color.
colors[string, string, string]Blob accent colors.
intensitynumberDrift amplitude multiplier.

Related