惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
Stack Overflow Blog
Stack Overflow Blog
S
SegmentFault 最新的问题
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
U
Unit 42
GbyAI
GbyAI
B
Blog RSS Feed
博客园 - Franky
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 三生石上(FineUI控件)
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
10 Cool CodePen Demos (April 2026)
Alvaro Monto · 2026-05-08 · via DEV Community

shimmer accordion

Jhey Tompkins creates beautiful components with perfect micro-interactions. This accordion is no exception with sliding, text appearing, color changes... A great experience as always.


Vintage VHS blank tapes

These VHS tapes CSS Art created by Gemma Croad perfectly evoque the style of the time, with all the colors, lines, and patterns. A taste of nostalgia served with a scoop of CSS gradients and shadows.


Double animation marquee

Normally I wouldn't highlight a marquee, but this one by Natalia is different. It has an ingenious way to use pseudo-elements and a scale transform to move the marquee in two directions (text to the left, colors to the right) while changing sizes. It was fun to explore the code.


Pure CSS Ripple Effect

Text effects on the web normally use JS or SVG, but Nik created this one using exclusively CSS. Combining radial gradients with blur and contrast filters (a technique that helps soften and smooth edges) and animations, makes for a nice ripple effect.


Artemis 2 - scroll to launch #cssonly

Chris Bolson created this CSS Art of the Artemis rocket and added a twist to it: as you scroll down the page, the rocket will launch and separate on its way to space.

Note: because it uses scroll-driven animations, it does not work on Firefox yet.


Puppet Strings - CSS

Another CSS demo, this time by Josetxu. This time it is an interactive puppet that can be rotated or moved by using the strings on top. The author has been playing with 3D CSS lately, I can't wait to see what's coming next.


GameBoy

First was nostalgia with VHS, now it is nostalgia with video-games and consoles. A second CSS Art demo by Gemma Croad in this list, a GameBoy illustration coded only with HTML and CSS.


Air Hockey

Matt Cannon shared this air hockey game coded in JavaScript using an HTML5 canvas. The game is fun, the animations are smooth, and the difficulty is hard... really hard! I don't remember scoring a single goal! You should try it!


Bauhaus countdown

I love the Bauhaus style that Stijn Van Minnebruggen used to code this countdown numbers. They are slick, colorful, and smooth. The only thing that would make this demo even better would be doing the countdown in pure CSS instead of JavaScript, but I can see how that would be a pain in the neck.


Looped Day / Night Blob Toggle

Margarita combines SVG, CSS, and JavaScript to create an animated toggle that goes from day to night (and vice versa). I like how the JavaScript controls the animation so toggling preserves the state, continuing from the point it was triggered.