flyball

0.0.1 • Public • Published

flyball

Install

$ npm i flyball --save

Usage

Dom

const from = document.getElementById('from')
const to = document.getElementById('to')
 
flyball(from, to)

Position

const from = { top: 0, left: 100 }
const to = { top: 100, left: 0 }
 
flyball(from, to)

Position and dom

const from = { top: 0, left: 100 }
const to = document.getElementById('to')
 
flyball(from, to)

Author

MIT @ Limichange

Readme

Keywords

Package Sidebar

Install

npm i flyball

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

14.8 kB

Total Files

19

Last publish

Collaborators

  • limichange