@mtanevski/tweener
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

🏍 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

Package Sidebar

Install

npm i @mtanevski/tweener

Weekly Downloads

1

Version

0.0.11

License

MIT

Unpacked Size

31.2 kB

Total Files

13

Last publish

Collaborators

  • mtanevski