Generate and preview the CSS/SVG gooey blob merge effect. Adjust blur, contrast, and animation speed, then copy the ready-to-use CSS filter snippet.
Open CSS/SVG Gooey Effect Demo → free, no sign-inThe gooey effect makes nearby elements appear to merge and separate like blobs of liquid. It is achieved with two stacked CSS filters — a Gaussian blur followed by a high-contrast colour matrix — applied via an SVG
| Category | CSS Tools |
| Cost | Free |
| Sign-in required | No |
| Files uploaded | Never — runs in your browser |
| Published | May 11, 2026 |
Why does this use an SVG filter instead of plain CSS?
Plain CSS has blur() but no colour matrix filter. The gooey effect requires a feColorMatrix step that only exists in SVG filters — the CSS filter: url(#goo) references it.
Does it work in all browsers?
Yes — SVG filter effects are supported in all modern browsers including Chrome, Firefox, Safari, and Edge.
Can I use this for a navigation menu?
Yes — apply the CSS filter to a container and place absolutely-positioned children inside. As they overlap they will merge visually.
What do the blur and contrast values do?
Blur spreads each element's edges outward. Contrast then snaps everything below a threshold to transparent and everything above to opaque, creating the sharp merge.
Is this free?
Yes — free with no sign-in.
Free, instant, no sign-in required. Opens directly in your browser.
Open CSS/SVG Gooey Effect Demo → Browse all tools