Check out "Do you speak JavaScript?" - my latest video course on advanced JavaScript.
Language APIs, Popular Concepts, Design Patterns, Advanced Techniques In the Browser

Moving elements with translate() is better than absolute positioning (top, left, right, bottom)

If you plan to make an animation by using position: absolute and set top, left, right or bottom please don't. Just use translate. It's just better, as Paul Irish proves.

If you enjoy this post, share it on Twitter, Facebook or LinkedIn.