Created
February 13, 2023 16:40
-
-
Save nerdpraxis/e352dc06cd7dc9e3768fe0b79523ccc5 to your computer and use it in GitHub Desktop.
css scale() bugfix (blurry text)
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
| 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