fixed element with wrong position after animation CSS
问题 Here I created jsFiddle which kind of replicates my problem After animation (clicking on MOVE twice), fixed column comes back with wrong position. is it possible to animate my this without using left or right for fixed positioned element? 回答1: Updated jsfiddle http://jsfiddle.net/z8fBD/7/ Trick is to add reset translate on #body #body { position:absolute; left: 0; top:0; width: 200px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms