briangonzalez / jquery.pep.js

👟 Pep, a lightweight plugin for kinetic drag on mobile/desktop
http://pep.briangonzalez.org
1.3k stars 177 forks source link

Mouseup outside window #176

Closed ivanabovin closed 7 years ago

ivanabovin commented 8 years ago

Some demo examples don't stop moving if we release mouse button outside browser window. Instead they continue moving when mouse cursor returns into window back.

Try Demo 10 (Image Inspector) at http://pep.briangonzalez.org/

CKH4 commented 8 years ago

You may find your answer here: http://stackoverflow.com/questions/322378/javascript-check-if-mouse-button-down

ivanabovin commented 8 years ago

It was not a question) I just suggest to use document.addEventListener for mousemove and mouseup events.