Agent Skills
› nexu-io/motion-anything
› checkbox-pop
checkbox-pop
GitHub提供带有弹出动画效果的复选框组件,用于增强App UI微交互反馈。支持无障碍偏好设置,仅对改变状态的控件使用,确保性能与原生体验。
Trigger Scenarios
需要为表单控件添加点击反馈动画
实现符合无障碍标准的UI微交互
Install
npx skills add nexu-io/motion-anything --skill checkbox-pop -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "mobile",
"upstream": null,
"design_system": {
"requires": false
},
"example_prompt": "Use checkbox-pop on the icon: a quick, native-feeling micro-interaction with a\nprefers-reduced-motion fallback."
},
"name": "checkbox-pop",
"triggers": [
"checkbox",
"勾选动效"
],
"description": "A checkbox that pops and draws its check on toggle. An App-UI micro-interaction (mobile component feedback). Honors prefers-reduced-motion.\nKeep it short and snappy; only on controls that actually change state.\n"
}
Checkbox Pop
A checkbox that pops and draws its check on toggle. An App-UI micro-interaction. Part of
motion-anything; obeys MOTION-SPEC.md.
When to use it
- Native-feeling feedback on App components (buttons, tabs, sheets, toasts, form controls).
When NOT to use it (restraint)
- Don't slow a frequent action. Don't decorate a control that doesn't change state.
Accessibility & performance
prefers-reduced-motion: shortened / disabled. Transform & opacity only (GPU-safe).
Version History
- b016900 Current 2026-07-11 17:01


