es6tween-plugin-render

0.0.16 • Public • Published

es6tween-plugin-render

It's renderer plugin for es6-tween for doing DOM and SVG stuffs (setting style) easy and fast (not fastest in the world, but enough fast)

Usage

import { Tween } from 'es6-tween';
import 'es6tween-plugin-render';

let tween = new Tween(document.querySelector('#myPath'), {x:'5%').to({x:'50%'}, 2000).start();

Package Sidebar

Install

npm i es6tween-plugin-render

Weekly Downloads

19

Version

0.0.16

License

MIT

Last publish

Collaborators

  • dalisoft