The magic behind CSS transforms is the matrix. Using linear algebra the matrix transform can tell the coordinates in vector where to go. In this presentation I cover CSS transforms, how they stack, libraries to work with it and the future of animation which I believe is some type of physics engine that provides a sane API on top of using CSS matrix3d to manipulate DOM positioning.