gitextract_ezpogxoj/ ├── .gitignore ├── LICENSE ├── README.md ├── dist/ │ ├── index.33763982.js │ ├── index.47c52c93.css │ ├── index.9fc08b13.css │ └── index.html ├── package.json └── src/ ├── app/ │ ├── Animations.js │ ├── SmoothScroll.js │ ├── index.js │ └── shaders/ │ ├── fragment.glsl │ └── vertex.glsl ├── index.html ├── shaders-on-scroll.pug └── styles/ ├── base.css └── shaders-on-scroll.sass