Menu
Vortex
Customize
Speed0.8
Scale2.4
Noise Intensity1.5
Blend0.5
Opacity1
Props
| Property | Type | Default | Description |
|---|---|---|---|
speed | number | 0.8 | Controls the animation speed of the vortex rotation. |
scale | number | 2.0 | Zoom level of the vortex pattern. Higher values zoom out, showing more of the spiral. |
colorA | string | "#1B0F33" | Inner or dark base color of the vortex (hex). |
colorB | string | "#FF5DA2" | Outer accent and glow color of the vortex (hex). |
noiseIntensity | number | 1.5 | Controls the intensity of the film-grain noise effect overlaid on the vortex. |
blend | number | 0.5 | Controls the blending of the vortex effect with the background using Aurora-style smoothstep alpha. |
opacity | number | 1.0 | Overall opacity of the canvas. Set below 1 to reveal content or background beneath. |
bgColor | string | "#000000" | Background color visible through blend and opacity. Also sets the wrapper background. |
className | string | "" | Additional Tailwind CSS classes applied to the wrapper div. |
speednumberControls the animation speed of the vortex rotation.
Default
0.8scalenumberZoom level of the vortex pattern. Higher values zoom out, showing more of the spiral.
Default
2.0colorAstringInner or dark base color of the vortex (hex).
Default
"#1B0F33"colorBstringOuter accent and glow color of the vortex (hex).
Default
"#FF5DA2"noiseIntensitynumberControls the intensity of the film-grain noise effect overlaid on the vortex.
Default
1.5blendnumberControls the blending of the vortex effect with the background using Aurora-style smoothstep alpha.
Default
0.5opacitynumberOverall opacity of the canvas. Set below 1 to reveal content or background beneath.
Default
1.0bgColorstringBackground color visible through blend and opacity. Also sets the wrapper background.
Default
"#000000"classNamestringAdditional Tailwind CSS classes applied to the wrapper div.
Default
""Dependencies
@react-three/fiber ^8.18.0three ^0.160.0
Crafted withbyMohammad Tasin
