Skip to content

Instantly share code, notes, and snippets.

@qzm
Created December 8, 2016 14:35
Show Gist options
  • Save qzm/716a290890fff7e3eed98b104265bd86 to your computer and use it in GitHub Desktop.
Save qzm/716a290890fff7e3eed98b104265bd86 to your computer and use it in GitHub Desktop.
开启浏览器的GPU加速
.calssName {
transform: translateZ(0);
}
.className {
transform: translate3d(0, 0, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment