Agent Skills
› nexu-io/motion-anything
› fx-particle-burst
fx-particle-burst
GitHub用于幻灯片或发布视频的庆祝性粒子爆发特效。基于Canvas,支持减少运动偏好保护。适用于标题卡、章节分隔等高光时刻,避免在正文阅读内容中使用,每次屏幕仅用一次以保持克制。
Trigger Scenarios
需要展示庆祝氛围的幻灯片标题卡
视频中的章节分隔或高光时刻
Install
npx skills add nexu-io/motion-anything --skill fx-particle-burst -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-particle-burst as a section effect on a slide or hero: call HPX['particle-burst'](el) on a positioned dark\ncontainer; keep to one bold effect per screen, with a reduced-motion guard."
},
"name": "fx-particle-burst",
"triggers": [
"particles",
"粒子迸发"
],
"description": "A bright particle burst from the center — a celebratory accent. 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"
}
Particle Burst
A bright particle burst from the center — a celebratory accent. 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
particle-burst.jsand_util.jsand link them. - Add
data-fx="particle-burst"to a positioned container; callHPX['particle-burst'](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


