gsap-svg

Installation
SKILL.md

GSAP SVG Animations

GSAP provides powerful SVG animation tools through DrawSVGPlugin, MorphSVGPlugin, and MotionPathPlugin. Create stunning stroke animations, smooth shape transformations, and element movement along paths.

Installation

DrawSVGPlugin (formerly members-only; now included)

npm install gsap
import { DrawSVGPlugin } from 'gsap/DrawSVGPlugin'
gsap.registerPlugin(DrawSVGPlugin)

MorphSVGPlugin (formerly members-only; now included)

Installs
1
First Seen
Apr 2, 2026
gsap-svg — microck/gsap-skills