Text Hover Effect
SVG text with animated stroke on load and a colorful gradient reveal effect on hover. Creates an engaging, interactive typography experience.
Preview
Installation
Use the CLI to add this component to your project.
Usage
tsx
9 linesCopy
Examples
Different Text
With Smooth Transition
Short Text
Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | required | The text to display with the hover effect |
duration | number | 0 | Transition duration in seconds for the gradient mask movement (0 for instant) |
Styling Notes
• The component uses SVG text with a viewBox of 0 0 300 100. This means short text will appear larger, long text will appear smaller.
• The text uses Helvetica font by default for a clean, modern look.
• The gradient colors are: yellow → red → blue → cyan → violet.