Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 946 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 946 Bytes

🏍 Tweener

Publish

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

Built with:

  • babel
  • webpack
  • typescript

Requirements

  • Node (& Npm)
  • Yarn

Install

$ yarn

Build Development

$ yarn build

or

$ yarn watch

Try Example

$ yarn serve

Open http://localhost:8080 in browser and click on dist/ directory

License

MIT © Marjan Tanevski