Published on 25.03.2026
Hey friends, welcome back. Grab your coffee, settle in, and let me walk you through what landed in the Unicorn Club newsletter this week. We have got a genuinely fascinating mix: anime as a UX design framework, the beautiful chaos of team documentation, CSS getting some wild new tricks, generative UI showing up in the real world, the frustrating gap between design tools and code, Brad Frost redesigning his website while literally painting a wall, stunning 3D page transitions, and a talk about scroll customization. Let us get into it.
TLDR: This Smashing Magazine piece argues that anime handles emotional transitions far better than Marvel and DC films, and those same principles apply directly to product design. The core idea is that well-paced emotional shifts keep users immersed, while jarring tonal clashes break trust.
Anime vs. Marvel/DC: Designing Digital Products With Emotion In Flow
TLDR: John Cutler observes that high-performing product teams frequently rely on messy, freeform documents with manual copy-paste migration rather than structured project management tools. The messiness is not a bug, it is an essential part of how teams externalize working memory and make sense of complex work.
TBM 411: Messy Docs As Helpful Pattern
TLDR: CSS-Tricks rounds up a batch of new and underappreciated CSS features including random functions, clip-path folded corners, backdrop-filter, the Popover API, anchored container queries, and someone literally built DOOM in CSS.
What's !important #7: random(), Folded Corners, Anchored Container Queries, and More
TLDR: Nielsen Norman Group examines how simple generative UI elements like checkboxes and buttons are appearing in AI chat interfaces from Google and Claude, reducing friction and making conversations more productive. The humble form field turns out to be a major UX upgrade.
GenUI In Real Life: Buttons and Checkboxes
TLDR: Phil Morton argues that no single tool currently provides a complete loop between a production code-based design system and a visual design canvas. The fundamental problem is that design tools render vector graphics while code renders in a browser, and bridging those two models is genuinely hard engineering.
The design-to-code AI workflow you're looking for doesn't exist (yet)
TLDR: Brad Frost voice-controlled a complete redesign of his website using AI tools while simultaneously painting a bathroom mural, and calls it the most fun he has had in thirty years of making websites. He frames it as a genuine paradigm shift in creative work.
I redesigned my website without touching my keyboard...all while painting a mural
TLDR: A detailed Codrops tutorial walks through building a gallery-style web experience with a persistent Three.js 3D scene, Barba.js page transitions, and GSAP animations, all running on a Webflow site. The result feels like moving through a single space rather than jumping between pages.
Building Seamless 3D Transitions with Webflow, GSAP, and Three.js
TLDR: Adam Argyle's CSS Day 2025 talk on customizing scroll experiences with CSS is now free to watch. The talk covers the latest CSS scroll customization capabilities and has been generating enthusiastic community response.
Everything You Need To Know About Customizing Scroll UX With CSS