StevenStavrakis / react-scrolltrigger-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-scrolltrigger-example

This app was created to practice scrolltrigger and typescript. Most of the code is from https://www.youtube.com/c/devaslife and his video on how he developed the site https://margelo.io/. Please support the creator.

GSAP in React

GSAP in react definitely requires some elbow grease to get working compared to react animation libraries. I experienced some jank getting everything in this example to work. Here are some resources to get you started:

How to use

This project is built with Vite, TypeScript, React, and TailwindCSS. The TypeScript isn't too heavy, so you should be able to understand it as you would JSX.

  1. npm install
  2. npm run dev

About


Languages

Language:TypeScript 85.4%Language:Shell 5.7%Language:HTML 4.7%Language:JavaScript 3.6%Language:CSS 0.6%