What problem does it solve?
Building organic, fluid background effects where shapes visually merge and separate is difficult with plain CSS, since blurred circles alone never truly fuse. This Skill provides a proven SVG filter technique (Gaussian blur plus color matrix threshold) that makes multiple shapes behave as one continuous liquid mass.
Core Features & Use Cases
- Filter-Driven Merging: Combines feGaussianBlur with feColorMatrix thresholding so overlapping shapes fuse and separate based on proximity, with no hard edges.
- Cohesive Multi-Shape Motion: Animates several independent blobs with smooth, continuous movement so the system reads as one organic form rather than separate circles.
- Use Case: Add a gooey animated background to a landing page hero, pricing section, loader, or cursor field, as demonstrated in the included Modern Talent Platform demo built with Tailwind CSS and GSAP.
Quick Start
Use the gooey-blob-system skill to build a responsive HTML page with an animated gooey blob background behind the hero section.