ReactBits
CSS-only glitch effect with red/cyan offset layers, clip-path animation, and configurable speed. No JS animation runtime.
| Prop | Type | Default | Description |
|---|---|---|---|
| children | string | required | Text to display |
| speed | number | 0.5 | Base animation speed in seconds (lower = faster) |
| enableShadows | boolean | true | Show red/cyan color offset shadows |
| enableOnHover | boolean | false | Only animate on hover (static until hovered) |
| className | string | "" | Additional Tailwind classes (use ! for overrides) |