Skip to content

Instantly share code, notes, and snippets.

@mateuszkocz
Created September 21, 2013 08:12
Show Gist options
  • Save mateuszkocz/6648464 to your computer and use it in GitHub Desktop.
Save mateuszkocz/6648464 to your computer and use it in GitHub Desktop.
immediate button reaction in mobile webkit. Source: https://www.mobify.com/blog/beginners-guide-to-perceived-performance/
document.addEventListener("touchstart", function(){}, true)
.btn {
-webkit-tap-highlight-color: rgba(0,0,0,0);
&:active {
/* some props */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment