We now all know, particularly from that nice article, that we should prefer css-transforms to animate position.
But we got the choice between translate()
and translate3d()
...
Which one is generally faster?
This site below runs tests comparing translate()
, translate3d()
, and a couple other properties. According to it, translate3d()
is faster in most browsers.