es6tween-plugin-keyframe

1.0.2 • Public • Published

es6-tween-plugin-keyframe

Usage

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

Package Sidebar

Install

npm i es6tween-plugin-keyframe

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • dalisoft