CSS Animation Tricks: State Jumping, Negative Delays, Animating Origin, and More | CSS-Tricks
Some other things to note Use transforms when you can Transforms perform better than their non-transform counterparts as Paul Irish has shown (also). Primarily this means using scale and translate over changing the dimensions or top/left values. Transform...