Fade In
Motion
Versatile Tailwind fade in components and Tailwind CSS reveal animation wrappers triggered by scroll position.
Smoothly orchestrate the entrance of your content with reliable Tailwind fade in triggers. Offering built-in staggering for lists and precise directional control, these Tailwind CSS reveal animation wrappers ensure your pages load with a controlled, polished rhythm.
Wrap your entire Hero section with a fade-in, or orchestrate the arrival of individual items within a Blog List.
Implementation
Usage
Directional Fade In
Fade Up
This element fades in from below
From Left
Slides in from the left
From Right
Slides in from the right
Staggered List
Install
Add the component to your project
Import
Bring it into your file
Use
Drop it into your layout
Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | — | Content to animate |
direction | "up" | "down" | "left" | "right" | "none" | "up" | Fade direction |
delay | number | 0 | Delay in seconds |
duration | number | 0.5 | Animation duration |
distance | number | 24 | Offset in pixels |
className | string | "" | Additional CSS classes |