So I'm having difficulty fixing some pixelation issues on Chrome.
here are some examples:
an image (transform: translate(-50%, -50%); position: fixed;)
some text(transform: translate(-50%, -50%) rotate(180deg) and (transform: translate(-50%, -50%);) are blurry
I've tried
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
and other solutions, but nothing seems to be working.
Anyways, thanks for checking it out and thanks for your help!