An open API service indexing awesome lists of open source software.

https://github.com/getfrontend/gsap-tutorial

Learn how to use GSAP animations in React
https://github.com/getfrontend/gsap-tutorial

gsap gsap-animation gsap-scrolltrigger gsap-timeline react react-gsap

Last synced: 2 months ago
JSON representation

Learn how to use GSAP animations in React

Awesome Lists containing this project

README

        

# 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.