Learning Center

Getting Started with GSAP
The best place to get started with GSAP; lots of tips and demos that will get you animating in no time.

Timeline Tip: Understanding the Position Parameter
The secret to building gorgeous sequences with precise timing is understanding the super-flexible "position" parameter which controls the placement of your tweens, labels, callbacks, pauses, and even nested timelines.

Tips for Writing Animation Code Efficiently
This article is packed with tips focused on how to structure your code for a faster workflow and more control.

GSAP 3 Express
"GSAP 3 Express" course by Snorkl.tv is one of the best ways to learn the basics of GSAP 3.

Getting Started with GSAP - continued
This is the best place to get started with GSAP. There are plenty of tips and demos that will get you animating in no time.

Getting Started with GSAP - GSAP 2
Learn the basics of GSAP quickly. Includes plenty of videos and demos that will get you animating the web in no time.

Getting Started with GSAP + React.
The official guide to animating React components with Greensock Animation Platform. (GSAP)

Quick Start: GSAP and Adobe Animate CC (ARCHIVED)
Cory Hudson provides starter files to get up and running quickly with Adobe Animate CC and GSAP. Tons of great tips for those transitioning from the world of Flash and the swf.

GSAP + React, Advanced Animation Techniques.
Advanced tips and techniques to supercharge your GSAP & React workflow.

Wordpress x GSAP
Get started using GSAP in your WordPress sites. A collection of resources and advice from around the web.

Most Common ScrollTrigger Mistakes
Avoid the most common mistakes people make in their ScrollTrigger code.

Understanding GSAP Keyframes
Keep your animation code concise by using keyframes - this article explains the three syntax options.

Top 5 Features of GSAP 3
GSAP 3 is the most significant GSAP upgrade ever! There are a ton of new features to be excited about, but this article covers what we think are the top 5.

Handling conflicting tweens
Learn how to deal with conflicting tweens by using the overwrite property.

How to get GSAP Auto-completion and Hinting
Get hints about what GSAP methods and properties are available right in your text editor!

GSAP's _gsTransform Object Exposed
Get the position, rotation, scale or other transform-related values of a GSAP-animated element via its _gsTransform object.

Video: Sequence JavaScript Animations Like a Pro with GSAP's TimelineLite
This video walks you through some common problems that professional animators face every day and shows you how GSAP’s TimelineLite tackles these challenges with ease.

QuickTip: Basic play / pause toggle button
Learn how to make a simple play / pause toggle button to control any GSAP animation (tweens or timelines). Same concepts apply to toggling the reversed() state of an animation too.
- Home
- Learning Center