gsap

Installation
SKILL.md

GSAP Animation

Professional-grade animation library for the modern web - now 100% FREE including all plugins after Webflow acquisition.

Quick Start

npm install gsap
import gsap from "gsap";

// Basic tween - animate to values
gsap.to(".box", {
  x: 100,
  rotation: 360,
  duration: 1,
  ease: "power2.out"
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026