Summary
GSAP(GreenSock Animation Platform)のTween/Timeline/ScrollTrigger/Easingを軸に、ウェブアニメーションの設計・実装・パフォーマンス最適化を整理する。GSAP、GreenSock、ScrollTrigger、ウェブアニメーション、スクロール連動アニメーショ…
mae616/ai-tech-knowledge · Archived
GSAP(GreenSock Animation Platform)のTween/Timeline/ScrollTrigger/Easingを軸に、ウェブアニメーションの設計・実?
npx skills add mae616/ai-tech-knowledge --skill gsap
GSAP(GreenSock Animation Platform)のTween/Timeline/ScrollTrigger/Easingを軸に、ウェブアニメーションの設計・実装・パフォーマンス最適化を整理する。GSAP、GreenSock、ScrollTrigger、ウェブアニメーション、スクロール連動アニメーショ…
This repository is archived — consider an actively maintained alternative.
Tailwind CSSをutility-first(早すぎる抽象化を避ける)思想で運用し、UI実?
6 installsPlaywright E2Eテストフレームワークの判断軸。ユーザー視点のロケーター選択・自動?
6 installsReact/Next.jsプロジェクトで、UI=計算モデル(コンポーネント/状態/レンダリング)を軸に、設計・実…
5 installsp5.js(クリエイティブコーディング)のProcessing由来「コードでスケッチ」思想を軸に、setup/drawル…
4 installsRelated neighbors and high-traction skills in the same topics — useful to compare before installing.
>- Use this skill whenever the user wants to build scroll animations, scroll effects, parallax,…
3.5K installsOfficial GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, …
54.3K installsOfficial GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use…
52.3K installsOfficial GSAP skill for performance — prefer transforms, avoid layout thrashing, will-change, b…
50.3K installsOfficial GSAP skill for timelines — gsap.timeline(), position parameter, nesting, playback. Use…
50.1K installsOther skills from mae616/ai-tech-knowledge.
npx skills add mae616/ai-tech-knowledge
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
4,364 B
SUMMARY.md
661 B
useGSAP() Hook(@gsap/react)が公式推奨。useEffect/useLayoutEffectのドロップイン代替。will-change CSSプロパティで事前最適化ヒントを出しているかuseGSAP() + contextSafe() を使っているか.from() の誤解(指定値→現在値へのアニメーション。未完了時は意図した終点に達しない)