Agent Skills
› nexu-io/motion-anything
› fx-typewriter-multi
fx-typewriter-multi
GitHub多行打字机特效,按序逐行显示文本。适用于幻灯片标题或开场视频等强调场景。基于Canvas实现,遵循无障碍规范,自动检测并尊重用户的减少动画偏好设置。
Trigger Scenarios
需要展示多行文本的幻灯片标题卡
章节分隔符效果
发布视频的Hero区域强调
Install
npx skills add nexu-io/motion-anything --skill fx-typewriter-multi -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"upstream": "https:\/\/github.com\/nexu-io\/open-design",
"design_system": {
"requires": false
},
"example_prompt": "Use fx-typewriter-multi as a text effect on a slide or hero: call HPX['typewriter-multi'](el) on a positioned dark\ncontainer; keep to one bold effect per screen, with a reduced-motion guard."
},
"name": "fx-typewriter-multi",
"triggers": [
"text",
"多行打字机"
],
"description": "Multi-line typewriter — types lines in sequence. A bold, canvas-based effect from Open Design's html-ppt fx pack — for slides and launch\nvideos. Guards prefers-reduced-motion (does not start). One per screen; on web use sparingly.\n"
}
Typewriter Multi
Multi-line typewriter — types lines in sequence. From Open Design's html-ppt fx pack (Apache-2.0).
Part of motion-anything; obeys MOTION-SPEC.md.
When to use it
- Title cards, section breaks, or hero moments in slides / launch videos.
When NOT to use it (restraint)
- Web body content or anything needing focused reading. Never more than one bold effect at once.
How to apply
- Copy
typewriter-multi.jsand_util.jsand link them. - Add
data-fx="typewriter-multi"to a positioned container; callHPX['typewriter-multi'](el)(guard prefers-reduced-motion).
Accessibility & performance
- Guard with prefers-reduced-motion (don't start). Canvas-based; isolated compositing layer.
Version History
- b016900 Current 2026-07-11 17:07


