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 property: -webkit-transform-origin-x

  4. css property: -webkit-transform-origin-y

  5. css property: -webkit-transform-origin-z

  6. css property: transform-origin

  7. css property: transform-origin: bottom

  8. css property: transform-origin: center

  9. css property: transform-origin: left

  10. css property: transform-origin: right

  11. css property: transform-origin: on svg elements

  12. css property: transform-origin: three-value syntax

  13. css property: transform-origin: top

  14. global_attributes: transform-origin