Back to Docs Home (v3)
GSAP
Properties
gsap.effects
gsap.globalTimeline
gsap.plugins
gsap.ticker
gsap.timeline
gsap.utils
gsap.version
Methods
gsap.config()
gsap.defaults()
gsap.delayedCall()
gsap.exportRoot()
gsap.from()
gsap.fromTo()
gsap.getById()
gsap.getProperty()
gsap.getTweensOf()
gsap.install()
gsap.isTweening()
gsap.killTweensOf()
gsap.parseEase()
gsap.registerEase()
gsap.registerEffect()
gsap.registerPlugin()
gsap.set()
gsap.to()
gsap.updateRoot()
Tween
Timeline
Utilities
Core Plugins
To avoid tree shaking issues and avoid fancy instantiation tricks, users should register plugins using gsap.registerPlugin() before using them, like:
//list as many as you'd likegsap.registerPlugin(MotionPathPlugin, TextPlugin);
//list as many as you'd like
gsap.registerPlugin(MotionPathPlugin, TextPlugin);