Components
Loading preview...
This React component uses Framer Motion and SVG to create a captivating black hole animation. It features a central vortex that pulls in surrounding particles in a smooth, spiraling motion. The scene is completed with an elegant, animated title that appears letter by letter, making it a perfect hero section or background for a website.
npx shadcn@latest add https://21st.dev/r/minhxthanh/black-hole-vortex-animationimport { BlackHoleScene } from "@/components/ui/black-hole-vortex-animation";
export default function DemoOne() {
return (
<div className="w-full">
<BlackHoleScene />
</div>
);
}