| 开发者 | altonet |
|---|---|
| 更新时间 | 2026年7月12日 21:20 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
backdrop-filter (blur, saturation, brightness, contrast), semi-transparent tint, shadow and radius.fluidglass utility class to any block ("Additional CSS class(es)" field) or page-builder element. Variants: fluidglass--tinted, fluidglass--dark.prefers-reduced-transparency and prefers-contrast, with a clean opaque fallback when backdrop-filter is unsupported./wp-content/plugins/ directory, or install it from the Plugins screen.fluidglass class to any element, or enter custom CSS selectors in the Targeting section.The text of the element is never blurred or overlaid: the glass is painted on layers behind it. The Tinted preset increases the fill opacity for stabilized readability, and with prefers-reduced-transparency or prefers-contrast the effect falls back to an opaque surface.
When backdrop-filter is unsupported, the effect degrades to a clean semi-opaque surface automatically.
No. They are plain CSS gradients and box-shadows, computed from your settings, so they render wherever the base effect does and cost nothing measurable.
A tiny script (under 1 KB) adds the fluidglass class to every element matching your selectors, as soon as the HTML parser reaches them - so they get the exact same engine as everything else, with no flash. It also watches for content added later (AJAX, infinite scroll).