Skip to content

getFrontend/gsap-tutorial

Repository files navigation

About

GSAP Crash Course

⚡ GSAP Animations

GSAP To

The to() method is used to animate a single element from a starting state to an ending state.

GSAP From

The from() method is used to animate a single element from an ending state to a starting state.

GSAP FromTo

The fromTo() method is used to animate a single element from a starting state to an ending state and vice versa.

GSAP Timeline

The timeline() method is used to create a timeline to manage multiple animations.

GSAP Stagger

The stagger() method is used to animate multiple elements with a stagger effect.

GSAP ScrollTrigger

The ScrollTrigger plugin is used to trigger animations based on the scroll position.

GSAP Text

Learn how to animate text with GSAP.