puxi.js

0.0.5 • Public • Published

puxi.js

npm install puxi.js

Usage

import { Widget, tween } from 'puxi.js';

// do something

tween.TweenManager.tween(
  new PIXI.Point(0, 0),
  new PIXI.Point(20, 31),
  500,
  PUXI.tween.NumberInterpolator,
  PUXI.tween.EaseBoth
).target(
  widget,
  'position'
)

Package Sidebar

Install

npm i puxi.js

Weekly Downloads

6

Version

0.0.5

License

MIT

Unpacked Size

1.27 MB

Total Files

6

Last publish

Collaborators

  • shukantpal