z-dragify

1.0.4 • Public • Published

z-Dragify

    new Dragify(document.querySelector('#box'))
            .on('start', function () {
                console.log('s')
            })
            .on('move', function () {
                console.log('m')
            })
            .on('end', function () {
                console.log('e')
            })

Readme

Keywords

none

Package Sidebar

Install

npm i z-dragify

Weekly Downloads

2

Version

1.0.4

License

ISC

Last publish

Collaborators

  • think2011