Skip to content

Instantly share code, notes, and snippets.

@nerdpraxis
Created February 13, 2023 16:40
Show Gist options
  • Select an option

  • Save nerdpraxis/e352dc06cd7dc9e3768fe0b79523ccc5 to your computer and use it in GitHub Desktop.

Select an option

Save nerdpraxis/e352dc06cd7dc9e3768fe0b79523ccc5 to your computer and use it in GitHub Desktop.
css scale() bugfix (blurry text)
transition: color 2.1s ease-in-out, scale 0.4s ease-in-out ;
backface-visibility: hidden; <-
-webkit-font-smoothing: subpixel-antialiased; <-
transform: translateZ(0) perspective(1px); <-
will-change: transform; <--------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment