Tiny library for animating javascript objects in the browser using tween technology. Supports:
- Promise-based tween
- Updater can be changed (also Tweener provides own updater function)
- Minimum FPS can be modified
- Easing functions not provided so the library doesn't add extra unused functions (For more details on easing functions check: https://github.com/CreateJS/TweenJS/blob/master/src/tweenjs/Ease.js)
- Starting, Pausing, Stopping & Restarting animations
- babel
- webpack
- typescript
- Node (& Npm)
- Yarn
$ yarn
$ yarn build
or
$ yarn watch
$ yarn serve
Open http://localhost:8080 in browser and click on dist/ directory
MIT ยฉ Marjan Tanevski