Webkit-based blurry/distorted text post-animation via translate3d

None of these seem to have worked for me but I’ve found a slightly dirty solution which seemed to do the trick:

top: 49.9%;
left: 49.9%;
-webkit-transform: translate(-50.1%, -50.1%);
transform: translate(-50.1%, -50.1%);

Leave a Comment