GSAP Animations
1.
GSAP ToThe to() method is used to animate a single element from a starting state to an ending state.
2.
GSAP FromThe from() method is used to animate a single element from an ending state to a starting state.
3.
GSAP FromToThe fromTo() method is used to animate a single element from a starting state to an ending state and vice versa.
4.
GSAP TimelineThe timeline() method is used to create a timeline to manage multiple animations.
5.
GSAP StaggerThe stagger() method is used to animate multiple elements with a stagger effect.
6.
GSAP ScrollTriggerThe ScrollTrigger plugin is used to trigger animations based on the scroll position.
7.
GSAP TextLearn how to animate text with GSAP.