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

https://github.com/nuintun/tween

A pure JavaScript tweening engine.
https://github.com/nuintun/tween

Last synced: 9 months ago
JSON representation

A pure JavaScript tweening engine.

Awesome Lists containing this project

README

          

# tween

> A pure JavaScript tweening engine.
>
> [![Snyk Vulnerabilities][snyk-image]][snyk-url]
> [![Dependencies][david-image]][david-url]
>
> Modify from [tweenjs/tween.js](https://github.com/tweenjs/tween.js)

### Examples

- [bars.html](https://nuintun.github.io/tween/examples/bars.html)
- [yoyo.html](https://nuintun.github.io/tween/examples/yoyo.html)
- [index.html](https://nuintun.github.io/tween/examples/index.html)
- [graphs.html](https://nuintun.github.io/tween/examples/graphs.html)
- [black-and-red.html](https://nuintun.github.io/tween/examples/black-and-red.html)
- [relative-values.html](https://nuintun.github.io/tween/examples/relative-values.html)
- [array-interpolation.html](https://nuintun.github.io/tween/examples/array-interpolation.html)
- [stop-all-chained-tweens.html](https://nuintun.github.io/tween/examples/stop-all-chained-tweens.html)
- [graphs-custom-functions.html](https://nuintun.github.io/tween/examples/graphs-custom-functions.html)

[snyk-image]: https://img.shields.io/snyk/vulnerabilities/github/nuintun/tween.svg?style=flat-square
[snyk-url]: https://snyk.io/test/github/nuintun/tween
[david-image]: http://img.shields.io/david/dev/nuintun/tween.svg?style=flat-square
[david-url]: https://david-dm.org/nuintun/tween?type=dev