Just thought that we'd throw in our solution too as we had the exact same problem on Chrome/Windows.
We tried the solution by @stevenWatkins above, but still had the "stepping".
Instead of
-webkit-backface-visibility: hidden;
We used:
-webkit-backface-visibility: initial;
For us this did the trick