In researching how to create a few 2D animations, I stumbled across the following webkit transform for CSS3: *{ -webkit-transform: translateZ(0); } I put it in my CSS at the top, and all of the sudden, it seemed like all of my transitions were performing smoother. I’m not sure if it is in my head,
more ยป