0.0.16 • Published 6 years ago

es6tween-plugin-render v0.0.16

Weekly downloads
9
License
MIT
Repository
-
Last release
6 years ago

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();
0.0.16

6 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1-dev

7 years ago