大多数玻璃外观模糊了 + 一个白色上覆. 我从克劳德密码技术中提取出实际的折射

2026年8月15日1 次浏览来源:Dev.to阅读原文

正文保留英文原文(机翻易破坏代码与排版),标题/摘要已提供中文

Every glassmorphism snippet I've seen is plus a white overlay.

That's a blurred rectangle.

Real glass bends what's behind it, hardest at the edge — and that part is missing everywhere.

Built it for a production Angular app, pulled it out as a Claude Code plugin: https://github.com/stormaref/LiquidGlassSkill The refraction: bake a displacement map into a canvas, wire up , point the element at it with .

Since it's a backdrop filter, the input is the live page behind the element — so it tracks scroll, theme and content changes with nothing to invalidate.

Field ported from liquid-glass-js (MIT, credited), minus its html2canvas snapshot.

Why it's a skill and not a gist — four rules, each of which fails as plausible-looking output: Glass needs a backdrop.

Over a flat page it reads as a gray box, which sends you reaching for more blur — the exact move that kills it.

The tint is colorless.

Hue in the tint fights the hue coming through; the surface goes muddy.

Children of a glass panel paint no surface.

An opaque fill covers the refracted backdrop, which is the whole effect.

You can't feature-query it.

Safari parses and paints nothing, so says yes and your panel is blank.

Gate on engine.

The CSS is 200 lines.

Knowing that #1 is why your glass looks nths of things looking subtly wrong.

MIT.

Happy to talk displacement math — the decly long to find.

分享