Captions
Compositions
Core Primitives
Transitions
Typography
Customize
56
1
Installation
$ pnpm dlx shadcn@latest add @framecn/caption-parallax-layers
Usage
import { CaptionParallaxLayers } from "@/components/framecn/caption-parallax-layers";<CaptionParallaxLayers />API Reference
CaptionParallaxLayers
| Prop | Type | Default |
|---|---|---|
words | CaptionWord[] | (demo words) |
color | string | "#ffffff" |
behindColor | string | "#a78bfa" |
fontSize | number | 56 |
fontWeight | number | string | 700 |
speed | number | 1 |
fps | number | 30 |
durationInFrames | number | 180 |
width | number | 1280 |
height | number | 720 |
className | string | - |
Notes
Word timing is in seconds
The start and end fields on each CaptionWord are in seconds.