Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 229 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 229 Bytes

vtween

Tween animation engine

Install

npm install vtween

Usage

vtween(ent, {
  position: [0, 20, 0]
}, {
  duration: 1800
});

Documentation

TODO

License

MIT © 2017 gamedev-js