I’ve got a strange behavior over a common transform (translate) transition triggered by jQuery.css
Here is the working demo:
http://www2.madeinweb.com.br/jobs/adc/
I’ve been reading a bit about css3 transitions, and couldn’t fix this tweak.
Anyone got any ideas over it?
The problem was with the article size. I’m not sure why, but fixing the overflow with box-sizing managed to fix it.