0.0.12 • Published 8 years ago

es6tween-tool-createui v0.0.12

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
8 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

8 years ago

0.0.11

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.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago