Effect 8 - Text Shimmer
Pro
A text effect that applies a subtle shimmer animation, where a brighter highlight passes through the text from left to right periodically.
Code
Usage
<Effect8
duration={3}
base-color="var(--muted-foreground)"
shimmer-color="var(--foreground)"
/>Props
| prop | type | default | description |
|---|---|---|---|
duration | number | 3 | Duration of one shimmer pass in seconds. |
baseColor | string | "var(--muted-foreground)" | Base text color used outside the moving shimmer highlight. |
shimmerColor | string | "var(--foreground)" | Highlight color that passes through the text. |