🎨 Animation Showcase
All available animations with their class names. Hover where indicated to see hover effects.
animate-border-strokePulsing inset border — gentle inner glow that thickens and fades
animate-ring-strokeOuter ring pulse — expanding glow ring radiating outward
conic-border-cardConic rotating gradient — colorful border that spins around the card
animate-border-traceBorder trace on hover — border draws itself clockwise (hover me!)
glow-border-cardGlow border on hover — soft yellow aura + border color change (hover me!)
marching-border-cardMarching ants — dashed border that marches continuously around the card
shimmer-cardShimmer sweep — a golden light highlight that sweeps across periodically
soft-float-cardSoft float glow — card gently lifts with a pulsing golden shadow
breathe-border-cardBorder breathe — border opacity and glow pulse gently like breathing
animate-wiggleWiggle — subtle side-to-side rotation and scale pulse
animate-flashyFlashy pulse — scaling pulse with glowing box-shadow
feature-cardFeature glow — scaling card with surrounding yellow glow
animate-bounce-downBounce down — vertical translation for scroll indicators
animate-text-strokeText stroke — pulsing text-shadow that creates a golden stroke
animate-floatFloat — slow, gentle vertical movement
animate-page-enterPage enter — fade-in and slide-up entrance (re-trigger by reloading)
📌 How to use
Simply add the class name to any element. For example:
<div className="animate-border-stroke p-4 rounded-xl bg-white"> Content here </div>
All animations are defined in src/index.css. You can adjust colors, timing, and intensity there.

