- Docs
- Components
- Backgrounds
- Grain Wave
Grain Wave
Grainy wave texture animation effect
grain-wave-tw
Customize
Speed
0.5
Wave Count
25
Amplitude
0.85
Frequency
4.0
Wave Width
3.5
Speed Variation
0.006
Line Thickness
0.20
Grain Intensity
50
Scale
0.6
Brightness
1.0
Start Color
End Color
Light Mode
Dark Mode
Props
17| Name | Type | Default | Description |
|---|---|---|---|
width | number | string | "100%" | Width of the component in pixels or CSS value |
height | number | string | "100%" | Height of the component in pixels or CSS value |
speed | number | 0.5 | Animation speed multiplier |
waveCount | number | 25 | Number of wave lines |
waveAmplitude | number | 0.85 | Wave amplitude/height |
waveFrequency | number | 4 | Horizontal wave frequency |
lineThickness | number | 0.2 | Line thickness |
grainIntensity | number | 50 | Grain/dither intensity |
startColor | string | "#ff6666" | Start color (top waves) |
endColor | string | "#6666ff" | End color (bottom waves) |
lightBackground | string | "#ffffff" | Background color for light mode |
darkBackground | string | "#000000" | Background color for dark mode |
brightness | number | 1 | Overall brightness |
speedVariation | number | 0.006 | Wave speed variation between lines |
waveWidth | number | 3.5 | Width of the wave effect (horizontal spread) |
scale | number | 0.6 | Scale of the entire effect |
className | string | "" | Additional CSS classes |
widthnumber | stringWidth of the component in pixels or CSS value
Default
"100%"heightnumber | stringHeight of the component in pixels or CSS value
Default
"100%"speednumberAnimation speed multiplier
Default
0.5waveCountnumberNumber of wave lines
Default
25waveAmplitudenumberWave amplitude/height
Default
0.85waveFrequencynumberHorizontal wave frequency
Default
4lineThicknessnumberLine thickness
Default
0.2grainIntensitynumberGrain/dither intensity
Default
50startColorstringStart color (top waves)
Default
"#ff6666"endColorstringEnd color (bottom waves)
Default
"#6666ff"lightBackgroundstringBackground color for light mode
Default
"#ffffff"darkBackgroundstringBackground color for dark mode
Default
"#000000"brightnessnumberOverall brightness
Default
1speedVariationnumberWave speed variation between lines
Default
0.006waveWidthnumberWidth of the wave effect (horizontal spread)
Default
3.5scalenumberScale of the entire effect
Default
0.6classNamestringAdditional CSS classes
Default
""