RemotionUI

Card Stack 3d

A stack of physical cards fanning out in depth, each with real thickness and an edge highlight, turning to face the camera. Install with npx remotion-ui@latest add card-stack-3d.

Scene3DAdvanced

card-stack-3d30fps · 960×540
Install
$ npx remotion-ui@latest add card-stack-3d

A stack of physical cards fanning out in depth, each with real thickness and an edge highlight, turning to face the camera. The 3D counterpart to flat card reveals: the depth is geometry, not a CSS perspective trick.

Usage

import { CardStack3d } from "@/remotion/scenes/card-stack-3d";

<CardStack3d />

Agent notes

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

Import
@/remotion/scenes/card-stack-3d
  • Use when: 3D product shots and WebGL scenes rendered frame by frame.
  • Customize: delayInFrames, durationInFrames, 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 { CardStack3d } from "@/remotion/scenes/card-stack-3d"; <CardStack3d />

API Reference

PropTypeDescription
delayInFramesnumberFrames to wait before this starts.
durationInFramesnumberLength of the entrance.

On this page