Skip to content

Instantly share code, notes, and snippets.

@vfontjr
Created May 5, 2020 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfontjr/7180352b79f70938e18f19d97997a5a9 to your computer and use it in GitHub Desktop.
Save vfontjr/7180352b79f70938e18f19d97997a5a9 to your computer and use it in GitHub Desktop.
/* apply to any element with 'background-attachment: fixed' kicks in GPU acceleration */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment