Tectonic Waves
Fluid motion, grounded strength.
Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
lineColor | string | var(--primary) | The color of the wave lines |
backgroundColor | string | var(--background) | The background color |
waveSpeedX | number | 0.0125 | Speed of horizontal wave movement |
waveSpeedY | number | 0.005 | Speed of vertical wave movement |
waveAmpX | number | 32 | Amplitude of horizontal waves |
waveAmpY | number | 16 | Amplitude of vertical waves |
xGap | number | 10 | Horizontal gap between wave lines |
yGap | number | 32 | Vertical gap between wave points |
style | CSSProperties | {} | Additional CSS styles |
className | string | "" | Additional CSS class names |