es6tween-plugin-event
v1.0.2
Published
Write less code, but do animations effecient, clean and easier
Downloads
5
Maintainers
Readme
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();