An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Three.js tweening with Tween.js

Three.js tweening using Tween.js package

![three-tweenjs](https://github.com/jasonsturges/three-tweenjs/assets/1213591/823b8214-4488-4c1f-b214-3747845319f9)

## 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)