Created
September 15, 2015 13:41
-
-
Save dcorb/02b43ed0f827fd0d5393 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
overflow:hidden is needed on html, not only body tag. | |
native scrolling on overflow:scroll elements with: | |
-webkit-overflow-scrolling: touch; | |
translate3d forces HW acc. , use it instead of translateX and translateY | |
fastclick.js works well to remove click delay |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment