Text Shimmer
An animated text shimmer effect for loading states and AI responses.
Processing your request...
Analyzing data with custom styling
Installation
Examples
Custom Text Shimmer
Fast shimmer with wide spread Slow shimmer with narrow spread
Heading with shimmer effect
Props
Text Shimmer
| Name | Type | Default |
|---|---|---|
children | Snippet | |
as | keyof HTMLElementTagNameMap | "span" |
duration | number | 4 |
spread | number | 20 |
className | string | |
...props | HTMLAttributes<HTMLElement> | |