After experimenting with CSS3 animations, I've noticed that using the scale()
function seems to cause pixelation on every element it's applied to.
For example, check out this demo: http://jsfiddle.net/PD7Vh/2/
In the provided link, you can see how the scale()
effect causes pixelation in the center div when hovered over.
I am wondering if my CSS settings are incorrect or if this pixelation is simply a natural outcome of using the scale()
function.
Here's a snapshot from Chrome running on Windows 7: