Sublime
An inspiration engine for ideas
CSS Trick 🫠
You can create gooey effects with filter using CSS or SVG if you want color 🎨
.blobs { filter: blur(20px) contrast(30); }
.blobs { filter: url(#goo); }
The trick is to blur the thing, then cut the blur off with contrast. You can make ... See more
jhey ʕ•ᴥ•ʔx.comwrote about the CSS scroll-snap techniques to do this last year 🤙
even easier with some of the newer APIs like onscrollsnapchange and scroll animation
might be time to drop the more polished version 🧑🍳
https://t.co/OELawXgEU6
jhey ʕ•ᴥ•ʔx.com