Components
Interactive particle animation with mouse tracking, gooey SVG effects, and animated text. Features a custom cursor that emits particles on movement, creating a dynamic mask reveal effect with scaling typography.
npx shadcn@latest add https://21st.dev/r/kedhareswer.12110626/particle-animationLoading preview...
import React from 'react'
import ParticleAnimation from '../components/ui/particle-animation'
export default function Demo() {
return <ParticleAnimation />
}