I\'m animating the width of a li element using jQuery in a simple snippet of code. I\'m using hover() as the handler and .animate() to ani
li
hover()
.animate()
I was looking to this issue as well and this: -webkit-backface-visibility: hidden; solve my problem. I add this odd shaking while using CSS3 transform on a SVG.
-webkit-backface-visibility: hidden;
More info can be found here: CSS3 transform rotate causing 1px shift in Chrome
Hope it helps