什么是 animate?
Next.js/React 应用程序的动画模式和最佳实践。在 React 组件中实现动画、过渡、悬停效果、页面过渡、模态或任何运动时,请使用此技能。基于 Emil Kowalski 的“网络动画”课程。 来源:delphi-ai/animate-skill。
Next.js/React 应用程序的动画模式和最佳实践。在 React 组件中实现动画、过渡、悬停效果、页面过渡、模态或任何运动时,请使用此技能。基于 Emil Kowalski 的“网络动画”课程。
通过命令行快速安装 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 的“网络动画”课程。 来源:delphi-ai/animate-skill。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/delphi-ai/animate-skill --skill animateNext.js/React 应用程序的动画模式和最佳实践。在 React 组件中实现动画、过渡、悬停效果、页面过渡、模态或任何运动时,请使用此技能。基于 Emil Kowalski 的“网络动画”课程。 来源: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