I am having trouble getting a CSS transition to work for animating an element's position change. I have tried using the all
properties in the transition declaration like in this example: http://jsfiddle.net/yFy5n/3/
However, my goal is to only apply the transition to the position change and not all properties. I want the color change to be instant while the position change from left to right should be animated (contrary to what is currently happening).