Created
July 15, 2014 09:29
-
-
Save colinrotherham/6a589ec2ce00b27e6338 to your computer and use it in GitHub Desktop.
Cancel a scroll animation (e.g. you don't need to fight against JS trying to scroll you up/down)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use these events to cancel a scroll in progress | |
var scrollEvents = 'scroll mousedown DOMMouseScroll mousewheel keyup touchstart pointerdown MSPointerDown'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice