Dynamic Grid
Subtle drifting dot and line grid background.
PrimitivePrimitivesAdvanced
dynamic-grid30fps · 960×540
Install
$ npx remotion-ui@latest add dynamic-gridLayer a slow-moving dot grid and faint line grid for depth behind scene content.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/remotion/primitives/dynamic-grid- Use when: frame-level motion primitives and reusable animation wrappers.
- Customize: spacing, dotSize, drift, plus copied source for timing, layout, colors, and typography.
- Rule: do not import this component from the
remotion-uinpm package; it is copied into your project.
Usage
Example
import { DynamicGrid } from "@/remotion/primitives/dynamic-grid";
<DynamicGrid spacing={48} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| spacing | number | 48 | Grid cell size in px. |
| dotSize | number | 2 | Dot radius in px. |
| drift | number | 1 | Motion speed multiplier. |