RemotionUI

Mesh Gradient Background

Living gradient blobs on a dark stage.

PrimitiveAdvanced

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

Full-frame ambient background with drifting phosphor, ember, and rose blobs on #050505.

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: solid hex, screen-blended over the stage.
intensitynumberDrift amplitude multiplier.

On this page