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

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

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.