animate とは?
Next.js/React アプリケーションのアニメーション パターンとベスト プラクティス。このスキルは、アニメーション、トランジション、ホバー効果、ページトランジション、モーダル、または React コンポーネントのモーションを実装するときに使用します。 Emil Kowalski の「Web 上のアニメーション」コースに基づいています。 ソース: delphi-ai/animate-skill。
Next.js/React アプリケーションのアニメーション パターンとベスト プラクティス。このスキルは、アニメーション、トランジション、ホバー効果、ページトランジション、モーダル、または React コンポーネントのモーションを実装するときに使用します。 Emil Kowalski の「Web 上のアニメーション」コースに基づいています。
コマンドラインで animate AI スキルを開発環境にすばやくインストール
ソース: delphi-ai/animate-skill。
This skill provides comprehensive guidance for implementing smooth, performant, and accessible animations in Next.js and React applications. It covers CSS animations, Framer Motion, easing principles, and accessibility considerations.
| Element entering | ease-out | 200-300ms | | Element moving on screen | ease-in-out | 200-300ms | | Element exiting | ease-in | 150-200ms | | Hover effects | ease | 150ms | | Opacity only | linear | varies |
Complete working examples from the course are in the examples/ directory:
Next.js/React アプリケーションのアニメーション パターンとベスト プラクティス。このスキルは、アニメーション、トランジション、ホバー効果、ページトランジション、モーダル、または React コンポーネントのモーションを実装するときに使用します。 Emil Kowalski の「Web 上のアニメーション」コースに基づいています。 ソース: delphi-ai/animate-skill。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/delphi-ai/animate-skill --skill animateNext.js/React アプリケーションのアニメーション パターンとベスト プラクティス。このスキルは、アニメーション、トランジション、ホバー効果、ページトランジション、モーダル、または React コンポーネントのモーションを実装するときに使用します。 Emil Kowalski の「Web 上のアニメーション」コースに基づいています。 ソース: delphi-ai/animate-skill。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/delphi-ai/animate-skill --skill animate インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/delphi-ai/animate-skill