Agent Skills
› nexu-io/motion-anything
› bottom-sheet
bottom-sheet
GitHub提供底部弹出层微交互效果,适用于按钮、表单等改变状态的控件。遵循无障碍规范,支持减少动画偏好,仅使用GPU安全的变换和透明度属性,确保性能与体验。
Trigger Scenarios
需要原生感的App组件反馈
控件状态发生改变时
Install
npx skills add nexu-io/motion-anything --skill bottom-sheet -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 bottom-sheet on the section: a quick, native-feeling micro-interaction with a\nprefers-reduced-motion fallback."
},
"name": "bottom-sheet",
"triggers": [
"sheet",
"底部抽屉"
],
"description": "A bottom sheet slides up over a dimmed backdrop, then dismisses. 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"
}
Bottom Sheet
A bottom sheet slides up over a dimmed backdrop, then dismisses. 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


