gsap-core
Installation
SKILL.md
GSAP Core - Tweens and Timelines
GSAP's core provides the fundamental building blocks for animation: tweens (single animations) and timelines (sequences of tweens). This skill covers all core methods, playback controls, and best practices.
Installation
npm install gsap
import gsap from 'gsap'
Core Tween Methods
gsap.to(target, vars)
Animate from current values to new end values. Most commonly used method.