Agent Skills
› nexu-io/motion-anything
› fx-typewriter-multi
fx-typewriter-multi
GitHub多行打字机特效,逐行呈现文本,适用于幻灯片标题或视频高光时刻。基于Canvas实现,遵循无障碍规范,限制同时使用数量以保性能。
Trigger Scenarios
制作演示文稿的标题卡
生成发布会视频的章节过渡效果
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


