Your ImageYour Image
  • About
  • Templates10
  • Blocks81New
  • Icons1635
  • Graphics4K
  • Components107New
  • About
  • Components
  • Pricing
  • Contact
Book an Intro call
Book an Intro call
  • About
  • Works
  • Pricing
  • Templates
  • Blocks
  • components
  • Graphic
  • Backgrounds
  • Designs
  • Icons
  • Logos
  • Flags
  • Privacy
  • Terms
  • Contact
© 2025Made with by Ali Imam

  • Gradient Mesh
  • Gradient Wave
  • Shader Ripple
  • Shader Lines
  • Shader RGB
  • Particles Highlight
  • Particle Circle
  • Void Animation
  • Gradient Bars
  • Render Canvas
  • Fireball
  • Scroll Progress
  • Shine Border
  • Dot Pattern
  • Grid Pattern

Void Animation

PreviousNext

Interactive plasma + void ball SVG animation component.

Installation

pnpm dlx shadcn@latest add https://ui.dalim.in/r/void-animation.json

Usage

import { VoidAnimation } from "@/components/ui/void-animation"
<div className="relative h-full w-full rounded-lg border">
  <VoidAnimation
    voidBallsAmount={0}
    voidBallsColor="#fff200"
    plasmaBallsColor="#fff200"
    plasmaBallsStroke="#fff200"
    gooeyCircleSize={30}
    blendMode="overlay"
    className="mx-auto"
  />
</div>

API Reference

VoidAnimation

Renders an animated SVG "void ball" effect with customizable props.

PropTypeDefaultDescription
classNamestring–Tailwind/CSS classes applied to the <svg> container.
widthnumber300Width of the animation canvas.
heightnumber300Height of the animation canvas.
speednumber1Animation speed multiplier.
colorstring"currentColor"Base color of the plasma glow.
...propsSVGProps<SVGSVGElement>–Additional props for the <svg>.
Particle CircleGradient Bars

On This Page

InstallationUsageAPI ReferenceVoidAnimation