https://github.com/starweb-libs/tween
Frame-driven tween manager with easing for the browser
https://github.com/starweb-libs/tween
animation browser easing starweb tween typescript
Last synced: 1 day ago
JSON representation
Frame-driven tween manager with easing for the browser
- Host: GitHub
- URL: https://github.com/starweb-libs/tween
- Owner: starweb-libs
- License: mit
- Created: 2026-06-05T16:39:18.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2026-06-09T03:26:39.000Z (21 days ago)
- Last Synced: 2026-06-09T05:15:41.234Z (21 days ago)
- Topics: animation, browser, easing, starweb, tween, typescript
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starweb Tween
Frame-driven tween manager with easing for the browser, built with TypeScript.
## Tech Stack
## Modules
| Module | Description |
| ------ | ----------- |
| `easing` | Easing functions and lookup table |
| `manager` | Frame-driven tween manager |
| `types` | Tween config, handle, and target types |
## Installation
```bash
npm install github:starweb-libs/tween
```
## License
MIT — see [LICENSE](./LICENSE) for details.