z-dragify
v1.0.4
Published
z-Dragify
Downloads
7
Readme
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')
})