Agent Skills
› nexu-io/motion-anything
› gradual-blur
gradual-blur
GitHub提供无依赖的渐进式模糊效果,用于滚动列表或区域边缘,营造“更多内容”的高级感。通过添加grad-blur类实现,确保可读内容位于模糊区上方,并支持优雅降级。
Trigger Scenarios
需要为滚动容器添加边缘模糊效果以暗示更多内容
希望在不使用JavaScript的情况下实现CSS视觉特效
Install
npx skills add nexu-io/motion-anything --skill gradual-blur -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"upstream": "https:\/\/reactbits.dev\/animations\/gradual-blur",
"design_system": {
"requires": false
}
},
"name": "gradual-blur",
"triggers": [
"gradual blur",
"edge blur",
"scroll hint",
"渐进模糊",
"边缘虚化"
],
"description": "A soft progressive blur fades content out toward an edge — a premium \"more below\" affordance for a\nscrolling list\/section. Keep the readable content above the blur. Degrades gracefully where\nbackdrop-filter is unsupported.\n"
}
gradual-blur
A progressive blur at a container edge. Dependency-free.
How to apply
Copy gradual-blur.css; add class grad-blur to a scroll container.
Version History
- b016900 Current 2026-07-11 17:08


