01 GSAP

greensock.com

02 The essential Basics

Tween

A tween is basically the animation, where the properties and duration etc. are defined.

Timeline

A Timeline is a container for Tweens.

Gsap Object

Gsap is just a generic object with various methods and properties that create and control Tweens and Timelines.

>> go to GSAP Documentation

Console log of
                        gsap object

Let's goooo!