gsap-greensock

Installation
SKILL.md

GSAP Animation Principles

Implement all 12 Disney animation principles using GSAP's powerful timeline and tween system.

1. Squash and Stretch

gsap.to(".ball", {
  scaleX: 1.2,
  scaleY: 0.8,
  yoyo: true,
  repeat: 1,
  duration: 0.15,
  ease: "power2.inOut"
});

2. Anticipation

Installs
398
GitHub Stars
54
First Seen
Jan 24, 2026
gsap-greensock — dylantarre/animation-principles