I have tried to animate my sprite and it is similar to this. I would appreciate if someone can show how to make it more smooth. I have only 3 images in my sprite with approx. 1 second delay, so the transition is quite bad.
I've tried to use:
from {
-webkit-transform: translateX(..);
}
to {
-webkit-transform: translateX(..);
}
But it did not work. I would really appreciate any help.