https://github.com/jasonsturges/three-tweenjs
Three.js tweening using Tween.js package
https://github.com/jasonsturges/three-tweenjs
3d animation threejs tweenjs
Last synced: about 2 months ago
JSON representation
Three.js tweening using Tween.js package
- Host: GitHub
- URL: https://github.com/jasonsturges/three-tweenjs
- Owner: jasonsturges
- Created: 2024-02-16T05:15:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T19:31:43.000Z (over 1 year ago)
- Last Synced: 2025-01-17T06:08:20.131Z (over 1 year ago)
- Topics: 3d, animation, threejs, tweenjs
- Language: TypeScript
- Homepage: http://jasonsturges.com/three-tweenjs/
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Three.js tweening with Tween.js
Three.js tweening using Tween.js package

## Getting Started
Install dependencies: `npm i`
To run a local development server:
- `npm run dev` — Live reload using Vite
- `npm run preview` — Preview build artifact (requires a build)