Aurora Veil
Pro
A soft animated aurora background with drifting color veils, subtle glints, and controls for motion, scale, brightness, and palette.
Code
Usage
<ShaderAuroraVeil
auroraDrift={0.4}
veilScale={2.2}
veilBrightness={0.9}
primaryVeilColor="#14e0b8"
secondaryVeilColor="#7857f5"
glintColor="#faa147"
/>Props
| prop | type | default | description |
|---|---|---|---|
auroraDrift | number | 0.4 | Aurora drift multiplier. |
veilScale | number | 2.2 | Aurora band scale. |
veilBrightness | number | 0.9 | Overall veil brightness. |
opacity | number | 0.92 | Sets the overall opacity of the shader background wrapper. |
maxDpr | number | 1.5 | Caps device pixel ratio for sharper output without runaway GPU cost. |
maxFps | 30 | 45 | 60 | 60 | Caps the animation frame rate for performance-sensitive pages. |
primaryVeilColor | string | "#14e0b8" | Primary veil color as a CSS color or normalized RGB. |
secondaryVeilColor | string | "#7857f5" | Secondary veil color as a CSS color or normalized RGB. |
glintColor | string | "#faa147" | Glint highlight color as a CSS color or normalized RGB. |