0.0.9-deprecated • Published 7 years ago

es6tween-plugin-transform v0.0.9-deprecated

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

es6tween-plugin-transform

DEPRECATED: Please Use es6tween-plugin-render plug-in for more compatibility and performance...

Usage

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

let tween = new Tween(document.querySelector('#myCircleSVG'), {rotate:0}).to({rotate:360,transform:true}, 2000).start();