GSAP Animations

  1. 1.

    GSAP To

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

  2. 2.

    GSAP From

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

  3. 3.

    GSAP FromTo

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

  4. 4.

    GSAP Timeline

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

  5. 5.

    GSAP Stagger

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

  6. 6.

    GSAP ScrollTrigger

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

  7. 7.

    GSAP Text

    Learn how to animate text with GSAP.