Back to skills

gsap-plugins

development

A collection of GSAP plugins covering scroll animation, layout transitions, drag interactions, SVG drawing and morphing, text splitting, physics, and custom easing. Plugins must be registered with gsa

Setup & Installation

npx skills add https://github.com/greensock/gsap-plugins --skill gsap-plugins
or paste the link and ask your coding assistant to install it
https://github.com/greensock/gsap-plugins
View on GitHub

What This Skill Does

A collection of GSAP plugins covering scroll animation, layout transitions, drag interactions, SVG drawing and morphing, text splitting, physics, and custom easing. Plugins must be registered with gsap.registerPlugin() before use. ScrollTrigger is handled by a separate skill. Each plugin handles a specific browser quirk or calculation (stroke-dashoffset math, FLIP layout diffing, touch-normalized input) that would take significant custom code to replicate correctly across devices.

When to use it

  • Working with gsap plugins functionality
  • Implementing gsap plugins features
  • Debugging gsap plugins related issues