It works, but after it has got to 100%, the letter bounces back to it’s start position. Is there a way to have the letter remain to the left and stay there. I am referring to the end point when it has finished moving the -200px.
These days you can probably lose the WebKit prefixes for keyframes and animation as all modern browsers support the proper properties.
Also rather than using margin use transform with a translate value as animation is more performant using transforms. Unless of course where margin is critical to the effect in altering the flow of the document.