Agent Skills
› nexu-io/motion-anything
› scroll-float
scroll-float
GitHub实现逐词浮动滚动揭示效果,文字进入视口时向上浮动并定格。支持单双行文本,轻量无依赖,且兼容 prefers-reduced-motion 无障碍设置。
Trigger Scenarios
需要为标题或短文本添加动态滚动入场效果
希望提升页面视觉吸引力但保持性能轻量
Install
npx skills add nexu-io/motion-anything --skill scroll-float -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"design_system": {
"requires": false
}
},
"name": "scroll-float",
"triggers": [
"scroll float",
"per-word reveal",
"滚动上浮",
"逐词浮现"
],
"description": "Words float up and settle as the line enters view — a lively per-word scroll reveal. One or two lines; keep travel modest. Visible instantly under prefers-reduced-motion.\n"
}
scroll-float
Scroll Float Dependency-free, reduced-motion safe.
How to apply
Copy css+js; <h2 data-scroll-float>Your line</h2>.
Version History
- b016900 Current 2026-07-11 17:10


