0.0.11 • Published 4 years ago

@mtanevski/tweener v0.0.11

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

🏍 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

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago