From ui-design-grounding
UIにモーション・アニメーションを追加する。エントランスアニメーション・マイクロインタラクション・状態遷移・ナビゲーション効果を目的を持って追加する。アニメーション追加・モーション設計・トランジション改善を依頼されたときに使用する。
npx claudepluginhub nextscape/ns-plugins --plugin ui-design-groundingThis skill uses the workspace's default tool permissions.
ui-design-grounding スキルを呼び出し、以下のリファレンスを読み込む:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
ui-design-grounding スキルを呼び出し、以下のリファレンスを読み込む:
ui-design-grounding/reference/motion-design.mdui-design-grounding/reference/interaction.mdui-design-grounding/reference/accessibility.md以下の観点で、アニメーションが効果的な箇所を洗い出す:
エントランス:
animation-delay: calc(var(--i) * 50ms)マイクロインタラクション:
状態遷移:
grid-template-rows: 0fr → 1fr(300-500ms)ナビゲーション効果:
フィードバック:
motion-design.md の体系に従う:
cubic-bezier(0.22, 1, 0.36, 1) 等prefers-reduced-motion 対応(必須): クロスフェードで代替transform と opacity のみアニメーションアニメーション追加後、以下のコマンドスキルの実行を検討する:
/optimize-ui — アニメーションのパフォーマンス影響を確認/audit-ui — アクセシビリティ(reduced-motion対応)を含む技術品質を監査