Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 428 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 428 Bytes

基于GSAP ScrollTrigger实现 awesome 3D动画网页

项目介绍

  • GridAnimation基于 React + Vite 搭建
  • 主要用gsap和ScrollTrigger显示滚动时3D网格动画效果
  • 灵感来自于 Inflection onScroll3d

启动

 git clone https://github.com/601odd/GsapScroll3DGrid.git
 cd GsapScroll3DGrid
 npm i
 npm run dev