This chapter is all about moving things around—either through space, with transforms, or through time, using animations and transitions. Often, these two families of properties work together.
Transformation is a different concept from moving things with positioning or other layout properties. In fact, transforming an object doesn’t affect the layout of the page at all. You can rotate, skew, translate, and scale elements, even in 3D!
Animating elements can be done with the CSS Animation properties. Transitions are a simplified ...