animejs
✓Anime.js v4 で JavaScript アニメーションを作成する場合、Web アニメーションを実装する場合、またはユーザーが anime.js/animejs に言及する場合に使用します。 v3 コードの症状でトリガーされる: animate() の代わりに anime()、x の代わりに translationX、outExpo の代わりにeaseOutExpo、createTimeline() の代わりに anime.timeline()。また、CSS アニメーション、SVG アニメーション、スクロール駆動アニメーション、ドラッグ インタラクション、テキスト分割、レイアウト FLIP、スプリング物理学、JavaScript の千鳥パターンでもトリガーされます。
SKILL.md
Modern JavaScript animation library. V4 is a complete rewrite — animate() not anime().
If you see ANY V3 pattern, the code MUST be migrated.
| anime({ targets: '.el', ... }) | animate('.el', { ... }) | Targets = first arg | | anime.timeline() | createTimeline() | Named import | | anime.stagger(100) | stagger(100) | Named import | | anime.set() / anime.get() | utils.set() / utils.get() | On utils object | | anime.remove(targets) | utils.remove(targets) | On utils object |
Anime.js v4 で JavaScript アニメーションを作成する場合、Web アニメーションを実装する場合、またはユーザーが anime.js/animejs に言及する場合に使用します。 v3 コードの症状でトリガーされる: animate() の代わりに anime()、x の代わりに translationX、outExpo の代わりにeaseOutExpo、createTimeline() の代わりに anime.timeline()。また、CSS アニメーション、SVG アニメーション、スクロール駆動アニメーション、ドラッグ インタラクション、テキスト分割、レイアウト FLIP、スプリング物理学、JavaScript の千鳥パターンでもトリガーされます。 ソース: lucking7/animejs-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/lucking7/animejs-skills --skill animejs- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-12
- 更新日
- 2026-02-18
クイックアンサー
animejs とは?
Anime.js v4 で JavaScript アニメーションを作成する場合、Web アニメーションを実装する場合、またはユーザーが anime.js/animejs に言及する場合に使用します。 v3 コードの症状でトリガーされる: animate() の代わりに anime()、x の代わりに translationX、outExpo の代わりにeaseOutExpo、createTimeline() の代わりに anime.timeline()。また、CSS アニメーション、SVG アニメーション、スクロール駆動アニメーション、ドラッグ インタラクション、テキスト分割、レイアウト FLIP、スプリング物理学、JavaScript の千鳥パターンでもトリガーされます。 ソース: lucking7/animejs-skills。
animejs のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/lucking7/animejs-skills --skill animejs インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/lucking7/animejs-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-12