SEO-friendly text with an animated WebGL shimmer and distortion effect.
Unlock the source code and CLI installation with a one-time license.
| Name | Type | Default | Description |
|---|---|---|---|
| children | string | — | Text content. |
| speed | number | 0.2 | Overall animation speed multiplier. |
| opacity | number | 1 | Overall opacity. |
| ripple | number | 0.015 | UV warp strength: how much the surface refracts. |
| amplitude | number | 0.002 | FBM displacement amplitude: how far vertices scatter. |
| frequency | number | 1.5 | FBM spatial frequency: size of the noise pattern. |
| segments | number | 20 | Plane geometry subdivisions, higher = better quality. |
| webglEnabled | boolean | true | Toggle WebGL effect on/off, falls back to plain text. |
| className | string | — | Class applied to the underlying span. |