Working with CSS3 property transform: scale, I found interesting issue. I wanted to make a little zoom effect for pictures. But when I used for the parent div <
transform: scale
transform: translateZ(0); on the wrap element did the trick for me.
transform: translateZ(0);
See CSS performance relative to translateZ(0) for more information about this technique.