progressive-blur

Create layered CSS progressive blur effects with backdrop-filter masks.

59|14|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/guilhermemarketing/esc-skills --skill progressive-blur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progressive-blur
Source: https://github.com/guilhermemarketing/esc-skills/tree/main/skills/progressive-blur
Command: npx skills add https://github.com/guilhermemarketing/esc-skills --skill progressive-blur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create layered CSS progressive blur effects to add depth and softness to UI overlays without heavy images.

Core Features & Use Cases

  • Top and bottom blur options using multiple backdrop-filter masks to simulate depth.
  • Customization knobs for direction, height, blur strength, and layer count to control smoothness.
  • Use cases include headers, modals, and scroll indicators that softly separate foreground from background.

Quick Start

Insert the gradient-blur HTML structure near the top of the DOM, then tweak height and blur steps to suit your layout.

Frequently Asked Questions about progressive-blur

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a layered CSS progressive blur effect for web UI overlays?

Customize a progressive blur effect using direction, height, blur strength, and layer count knobs. These controls allow you to manage the smoothness and intensity of the backdrop-filter masks across your UI elements.

Can I use backdrop-filter to add depth to headers and modals?

Yes, backdrop-filter applies to headers, modals, and scroll indicators to softly separate foreground from background. The effect requires behind-content rendering to function properly.

What do I need to render backdrop-filter effects properly?

Backdrop-filter effects require behind-content rendering to function. You need to insert the gradient-blur HTML structure near the top of the DOM, then adjust height and blur steps to fit your layout.

Does progressive blur work without background images for focus management?

Yes, progressive blur uses CSS-based layered backdrop-filter masks instead of heavy images. It provides subtle focus management and depth for overlays, headers, and background emphasis scenarios.

How do I customize the blur strength and direction in CSS layered masks?

Customize the progressive blur by adjusting the direction, height, blur strength, and layer count. Tweak the height and blur steps in the HTML structure to control smoothness and match your layout requirements.