- Docs
- Components
- Backgrounds
- Lightspeed
Lightspeed
Hyperspace light streak effect with click interaction
lightspeed-tw
Customize
Speed
0.5
Intensity
1.0
Rotation
0.0
Opacity
1.0
Streak Count
128
Stretch Factor
0.05
Fade Power
2.0
Primary Color
Secondary Color
Tertiary Color
Max FPS
60
Props
18| 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 | 1.0 | Animation speed multiplier |
primaryColor | string | "#FF5722" | Primary streak color in hex format |
secondaryColor | string | "#2196F3" | Secondary streak color in hex format |
tertiaryColor | string | "#4CAF50" | Tertiary streak color in hex format |
streakCount | number | 128 | Number of horizontal streak columns |
stretchFactor | number | 0.05 | Vertical stretch factor of streaks |
intensity | number | 1.0 | Overall intensity/brightness multiplier |
interactionEnabled | boolean | true | Enable compression on mouse click |
rotation | number | 0 | Rotation angle in radians |
fadePower | number | 2.0 | Distance-based fade multiplier |
opacity | number | 1.0 | Overall opacity (0-1) |
quality | "low" | "medium" | "high" | "medium" | Quality preset for performance/visual tradeoff |
maxFPS | number | 60 | Maximum frames per second cap |
pauseWhenOffscreen | boolean | true | Pause rendering when component is off-screen |
className | string | "" | Additional CSS classes |
children | React.ReactNode | undefined | Content to render on top of the effect |
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
1.0primaryColorstringPrimary streak color in hex format
Default
"#FF5722"secondaryColorstringSecondary streak color in hex format
Default
"#2196F3"tertiaryColorstringTertiary streak color in hex format
Default
"#4CAF50"streakCountnumberNumber of horizontal streak columns
Default
128stretchFactornumberVertical stretch factor of streaks
Default
0.05intensitynumberOverall intensity/brightness multiplier
Default
1.0interactionEnabledbooleanEnable compression on mouse click
Default
truerotationnumberRotation angle in radians
Default
0fadePowernumberDistance-based fade multiplier
Default
2.0opacitynumberOverall opacity (0-1)
Default
1.0quality"low" | "medium" | "high"Quality preset for performance/visual tradeoff
Default
"medium"maxFPSnumberMaximum frames per second cap
Default
60pauseWhenOffscreenbooleanPause rendering when component is off-screen
Default
trueclassNamestringAdditional CSS classes
Default
""childrenReact.ReactNodeContent to render on top of the effect
Default
undefined