Variable: HoleBackground
@arolariu/components / HoleBackground
Variable: HoleBackground
constHoleBackground:ForwardRefExoticComponent<HoleBackgroundProps&RefAttributes<HTMLCanvasElement>>
Defined in: components/ui/hole-background.tsx:117
Renders a vortex-style tunnel animation with discs, scanlines, and particles.
Remarks
- Animated component using the
motionlibrary - Renders a
<div>element containing a<canvas> - Styling via CSS Modules with
--ac-*custom properties - Client-side only (
"use client"directive)
Example
<HoleBackground />
See
HoleBackgroundProps for available props
// was this page useful?