A fun blob effect in pure css.
Uses keyframes and blur filters.
Loading preview...
import { Component } from "@/components/ui/cool-blob-effect"; export default function DemoOne() { return <Component />; }