I want to "shake" an <img> element by constantly moving it between
transform: translateX(-50px);
and
transform: translateX(50px);
Using D3.js, like here: http://plnkr.co/edit/uJeqkizCXcPDmaJazOPa?p=preview , the circle will not even be interpolated. How can I move it smoothly?
translateX: plnkr.co/edit/zxh5yjvkqpFIeoL8Iq6L?p=preview