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. csstransformcomponent api

  5. csstransformcomponent api: is2d

  6. csstransformcomponent api: tomatrix

  7. csstransformcomponent api: tostring

  8. csstransformvalue api

  9. csstransformvalue api: @@iterator

  10. csstransformvalue api: entries

  11. csstransformvalue api: foreach

  12. csstransformvalue api: is2d

  13. csstransformvalue api: keys

  14. csstransformvalue api: length

  15. csstransformvalue api: tomatrix

  16. csstransformvalue api: values

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

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

  19. css property: -webkit-transform-origin-x

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

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

  22. css property: text-transform

  23. css property: text-transform: capitalize

  24. css property: text-transform: dutch `ij` digraph

  25. css property: text-transform: full-size-kana

  26. css property: text-transform: full-width

  27. css property: text-transform: greek accented letters

  28. css property: text-transform: lowercase

  29. css property: text-transform: `Σ` → `σ` or word-final `ς`

  30. css property: text-transform: math-auto

  31. css property: text-transform: none

  32. css property: text-transform: `i` → `İ` and `ı` → `i`

  33. css property: text-transform: uppercase

  34. css property: text-transform: `ß` → `ss`

  35. css property: transform-box

  36. css property: transform-box: border-box

  37. css property: transform-box: content-box

  38. css property: transform-box: fill-box

  39. css property: transform-box: stroke-box

  40. css property: transform-box: view-box

  41. css property: transform-origin

  42. css property: transform-origin: bottom

  43. css property: transform-origin: center

  44. css property: transform-origin: left

  45. css property: transform-origin: right

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

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

  48. css property: transform-origin: top

  49. css property: transform-style

  50. types: `<transform-function>`