1. CSS zoom

    Non-standard method of scaling content.

  2. CSS3 2D Transforms

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

  3. 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.

  4. svgtransform api: setscale

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

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

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

  8. types: `<transform-function>`: `scaley()`

  9. types: `<transform-function>`: `scalez()`