|
|
|
|
|
by exikyut
2863 days ago
|
|
Nice reference immediately above "used by us" :) One completely unrelated thing. On Chrome 68.0.3440.84, I noticed the large icons (particularly the Kubernetes one) looked "weird", with jagged edges that didn't make any sense. Some poking with the devtools revealed that 'backface-visibility: hidden' seems to be disabling antialiasing. Suggest opening the following in new tabs so you can flip back and forth between them: - As is right now: https://i.imgur.com/nYzsukI.jpg - Nicer-looking: https://i.imgur.com/GNlvx7Z.jpg I noticed disabling this has an effect on the animation at the top (the edges of the moving webpage slides don't have constantly-moving jaggies). There may well be a valid reason you have this enabled, perhaps for added performance. Or perhaps React added it in for you? :P |
|