Does anyone even notice poor smoothing?

So, I had a project in which I used CSS3 to rotate, and the borders on things are not very smooth. However, no one showed it, only me. How many people actually notice poor anti-aliasing?

+3
source share
3 answers

It varies; some people are very sensitive to this, others not so much. It also depends on the exact characteristics of the physical display, since smoothing depends on the exact configuration of the red, green, and blue dots in the pixel.

+2
source

- . , - , , . , .

+4

Have you shown them on your computer or shared a link?

Because it depends on the browser and configuration. Some browsers support hardware acceleration, but not all graphics cards are supported, so they may return to software rendering. In this case, there may be less smoothing to save processing power.

+1
source

All Articles