0.0.16 • Published 8 years ago

es6tween-plugin-render v0.0.16

Weekly downloads
9
License
MIT
Repository
-
Last release
8 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

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1-dev

8 years ago