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. canvasrenderingcontext2d api: transform

  5. offscreencanvasrenderingcontext2d api: transform

  6. paintrenderingcontext2d api: transform

  7. rtcrtpreceiver api: transform

  8. rtcrtpsender api: transform

  9. svgclippathelement api: transform

  10. svggraphicselement api: transform

  11. transformstream api

  12. transformstreamdefaultcontroller api

  13. transformstreamdefaultcontroller api: desiredsize

  14. transformstreamdefaultcontroller api: enqueue

  15. transformstreamdefaultcontroller api: error

  16. transformstreamdefaultcontroller api: terminate

  17. transformstream api: readable

  18. transformstream api: transferable

  19. transformstream api: `transformstream()` constructor

  20. transformstream api: writable

  21. webgl2renderingcontext api: transformfeedbackvaryings

  22. xrcylinderlayer api: transform

  23. xrequirectlayer api: transform

  24. xrpose api: transform

  25. xrquadlayer api: transform

  26. xrreferencespaceevent api: transform

  27. xrview api: transform

  28. xsltprocessor api: transformtodocument

  29. xsltprocessor api: transformtofragment

  30. css property: transform-box

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

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

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

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

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

  36. css property: transform-origin

  37. css property: transform-origin: bottom

  38. css property: transform-origin: center

  39. css property: transform-origin: left

  40. css property: transform-origin: right

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

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

  43. css property: transform-origin: top

  44. css property: transform-style

  45. types: `<transform-function>`

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

  47. types: `<transform-function>`: `skew()`

  48. types: `<transform-function>`: `skewx()`

  49. types: `<transform-function>`: `skewy()`

  50. global_attributes: transform-origin