https://github.com/mohnishlandge/threejs-template-gsap-scrolltrigger
Three.js OnScroll with GSAP ScrollTrigger | Modify Objects OnScroll OnClick
https://github.com/mohnishlandge/threejs-template-gsap-scrolltrigger
gsap gsap-scrolltrigger onscroll threejs threejs-boilerplate
Last synced: about 1 year ago
JSON representation
Three.js OnScroll with GSAP ScrollTrigger | Modify Objects OnScroll OnClick
- Host: GitHub
- URL: https://github.com/mohnishlandge/threejs-template-gsap-scrolltrigger
- Owner: mohnishlandge
- Created: 2021-04-29T07:13:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T15:04:31.000Z (about 5 years ago)
- Last Synced: 2025-03-30T07:41:22.200Z (about 1 year ago)
- Topics: gsap, gsap-scrolltrigger, onscroll, threejs, threejs-boilerplate
- Language: JavaScript
- Homepage: https://threejs-scrolltrigger.netlify.app/
- Size: 103 KB
- Stars: 21
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Template / Boilerplate
*Get started with Three.js to render 3d Web Experience*
.png)
[Youtube Setup Video](https://youtu.be/MmjZG-UX30g)
[Demo](https://threejs-template.netlify.app/)
## Installation
Install dependencies (only for first time) :
```
yarn
```
Compile the code for development and start a local server:
```
yarn dev
```
Local Server will open on:
```
http://localhost:8080/
```
Create the build:
```
yarn build
```
## Credits
- [Webpack THREE.js Template](https://github.com/brunosimon/webpack-three-js-template)
## Misc
Follow *@iviixio*: [Twitter](https://twitter.com/iviixio), [Instagram](https://www.instagram.com/iviixio/)
Youtube Video: [Twitter](https://youtu.be/MmjZG-UX30g)
## License
[MIT](LICENSE)
Made with :blue_heart: by [Mohnish Landge](http://mohnishlandge.me)