gsap-draggable

Installation
SKILL.md

GSAP Draggable

Draggable enables drag, throw, rotation, and inertia-based interactions on any DOM element. Perfect for sliders, puzzles, games, and interactive UI components.

Installation

npm install gsap
import { Draggable } from 'gsap/Draggable'
import { InertiaPlugin } from 'gsap/InertiaPlugin'

gsap.registerPlugin(Draggable, InertiaPlugin)

Basic Drag

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