Void Static
Dark interference pattern with glitch strips creating a void static effect.
Main Features of Void Static
How to Use Void Static in Next.js
Installation Guide for Void Static
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
backgroundColor | string | #000000 | Background color |
baseNoiseOpacity | number | 0.15 | Base noise opacity |
baseNoiseBaseFrequency | string | 2 | Base noise frequency |
baseNoiseOctaves | number | 3 | Base noise octaves |
staticLineCount | number | 20 | Number of static lines |
staticLineColor | string | #ffffff | Static line color |
staticLineHeight | string | 2px | Static line height |
staticMinDuration | number | 0.5 | Minimum static animation duration |
staticMaxDuration | number | 2 | Maximum static animation duration |
staticMinDelay | number | 0 | Minimum static delay |
staticMaxDelay | number | 1 | Maximum static delay |
scanlineOpacity | number | 0.1 | Scanline opacity |
scanlineColor | string | #ffffff | Scanline color |
scanlineWidth | string | 1px | Scanline width |
scanlineSpacing | string | 4px | Scanline spacing |
scanlineAnimationDuration | number | 0.1 | Scanline animation duration |
text | string | Void | Text label |
textColor | string | #ffffff | Text color |
className | string | Additional CSS classes |
Related Components
Interstellar Fluid Hero
Interactive fluid simulation creating cosmic nebula effects with mouse interaction. Deep space aesthetic with animated gas clouds and star trails.
Interstellar Background Hero
Warp tunnel effect simulating high-velocity travel through nebular clusters. Procedural WebGL engine with mouse-responsive space distortion.
Liquid Chrome Hero
Procedural simulation of molten chrome alloys with velocity-based distortion. Interactive liquid metal surface with specular highlights.
When to Use
Best Practices
Why This Component Matters in Modern UI Development
Frequently Asked Questions
QHow random is the glitch?
Each glitch strip moves on an independent path with randomized durations and delays, ensuring the 'static' never repeats a pattern.
QCan I adjust the intensity of the noise?
Yes, the `baseNoiseOpacity` controls the underlying constant grain, while `scanlineOpacity` adds a layer of depth to the signal effect.
QIs it mobile friendly?
Yes, it uses hardware-accelerated transforms for the strip movements, providing a smooth experience even on mobile browsers.
