0.0.12 • Published 6 years ago

es6tween-tool-createui v0.0.12

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
6 years ago

es6tween-tool-createui

Usage

See demo at here

import 'es6tween-tool-createui';
import { Tween, createUi } from 'es6-tween';

let tween = new Tween(document.querySelector('#myCircleSVG'), {attr: {r:50}}).to({attr:{r:150}}, 2000).start();

createUi(tween, document.body)
0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago