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.
- Host: GitHub
- URL: https://github.com/nuintun/tween
- Owner: nuintun
- License: mit
- Created: 2016-11-15T09:34:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T03:40:12.000Z (almost 4 years ago)
- Last Synced: 2025-06-27T03:51:52.824Z (12 months ago)
- Language: JavaScript
- Homepage: https://nuintun.github.io/tween
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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