File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > Vite + React + TS </ title >
7+ < title > ScrollTrigger Animation POC </ title >
88 </ head >
99 < body >
1010 < div id ="root "> </ div >
Original file line number Diff line number Diff line change 11import { gsap } from "gsap" ;
22import { ScrollTrigger } from "gsap/ScrollTrigger" ;
3- import { useGSAP } from "@gsap/react" ;
4- import { BasicUsage } from "./components/1_BasicUsage" ;
5- import { Timeline } from "./components/2_Timeline" ;
6- import { ScrollTriggerDemo } from "./components/3_ScrollTriggerDemo" ;
7- import { ScrollTriggerSwiper } from "./components/4_ScrollTriggerSwiper" ;
8- import { SVGAnimation } from "./components/5_SVGAnimation" ;
9- import { SVGPathAnimation } from "./components/6_SVGPathAnimation" ;
10- import { ClippathDemo } from "./components/7_ClipPath" ;
113import { Total } from "./components/Total" ;
124
135gsap . registerPlugin ( ScrollTrigger ) ;
You can’t perform that action at this time.
0 commit comments