Agent Skills
› nexu-io/motion-anything
› blur-text
blur-text
GitHub用于实现标题文字逐个从模糊到清晰的优雅入场动画。适用于单行标题,无依赖且支持无障碍模式(减少动态效果时立即显示清晰文本)。
Trigger Scenarios
需要为页面标题添加高级感入场动画
希望文字以逐词模糊解析的方式呈现
Install
npx skills add nexu-io/motion-anything --skill blur-text -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"upstream": "https:\/\/reactbits.dev\/text-animations\/blur-text",
"design_system": {
"requires": false
}
},
"name": "blur-text",
"triggers": [
"blur text",
"blur in headline",
"模糊入场",
"虚化聚焦文字"
],
"description": "Words resolve from a soft blur, one after another — a calm, premium headline entrance. One headline\nper view; not body copy. Under prefers-reduced-motion it appears instantly and sharp.\n"
}
blur-text
A headline that resolves from blur, word by word. Dependency-free, reduced-motion safe.
How to apply
Copy css+js; <h1 data-blur-text>Your headline</h1>.
Version History
- b016900 Current 2026-07-11 17:07


