Transforms
摘要
CSS provides a set of transformations that can be applied to an element’s appearance. For example, an element can be rotated in 2D or 3D space, scaled, skewed, or translated (moved from its original position). Transforms can be used to create all kinds of interesting effects on their own and become more powerful when combined with transitions and animations, which we will cover in Chapter 9 .