I had a hunch and screen shotted to be sure. Your animation doesn't appear to do any subpixel animation.
For animation to be truly smooth, to move a pixel by a pixel, you don't just hop from one to another, you imagine it moving by averages. The pixel slowly moves out of one space and into the next. You can simulate this by the pixel gradually fading out as the other fades in.
When I screen shotted your animation, I see all dots with no sign of sub pixel animation.
If you look at my business page: http://matthewrconsultancy.co.uk/start you'll see the cogs moving if you use something like Chrome. It uses SVG and SMIL animation, but you will see if you look at it magnified that animation is occurring on a sub pixel level. I'm afraid I don't have the time to figure out how to fix it for you just yet, but I can directly answer your main question of what is going wrong.