1. CSS3 2D Transforms

    Method of transforming an element including rotating, scaling, etc. Includes support for `transform` as well as `transform-origin` properties.

  2. CSS3 3D Transforms

    Method of transforming an element in the third dimension using the `transform` property. Includes support for the `perspective` property to set the perspective in z-space and the `backface-visibility` property to toggle display of the reverse side of a 3D-transformed element.

  3. css at-rule: `@media`: `-webkit-transform-3d` media feature

  4. types: `<transform-function>`: `matrix3d()`

  5. types: `<transform-function>`: `rotate3d()`

  6. types: `<transform-function>`: `scale3d()`

  7. types: `<transform-function>`: `translate3d()`