es6tween-plugin-event

1.0.2 • Public • Published

es6-tween-plugin-event

Usage

import { Tween } from 'es6-tween';
import 'es6-tween-plugin-event';
 
let tween = new Tween(myDomNode, {x:0}).to({event:{mousedown:{x:100},mouseup:{x:0}}}, 2000).start();

Package Sidebar

Install

npm i es6tween-plugin-event

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • dalisoft