Flip Vertical Reveal
A 3D mechanical text reveal component. Simulates a split-flap display or falling dominoes by hinging characters or words down from a 90-degree 3D perspective.
Last Modified:Aug 17, 2026
Install
CLI
flip-vertical-reveal
Or install a specific demo variant:
flip-vertical-headline-demo
Or install a specific demo variant:
flip-vertical-paragraph-demo
Manual
1. Install Dependencies
Dependencies
2. Add Source Code
Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | Required | The full string of text to reveal. |
as | React.ElementType | "h1" | The HTML tag to render as. |
splitBy | "word" | "char" | "char" | Whether to split and animate by word or individual character. |
startAngle | number | -90 | The starting rotation on the X-axis in degrees. |
startY | string | "0.4em" | Tiny starting vertical offset to create a rising hinge effect. |
duration | number | 0.8 | The duration of the flip for each individual element. |
delay | number | 0 | Delay before the animation begins (in seconds). |
stagger | number | 0.03 | The stagger delay between each element flipping. |
viewportOnce | boolean | true | If true, plays once. If false, seamlessly reverses on scroll away. |
triggerStart | string | "top 90%" | Viewport threshold for when the animation should start. |