1. CSS zoom

    Method of scaling content while also affecting layout.

  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: `transformstream()` constructor: `transformer.cancel` method

  21. transformstream api: writable

  22. webgl2renderingcontext api: transformfeedbackvaryings

  23. xrcylinderlayer api: transform

  24. xrequirectlayer api: transform

  25. xrpose api: transform

  26. xrquadlayer api: transform

  27. xrreferencespaceevent api: transform

  28. xrview api: transform

  29. xsltprocessor api: transformtodocument

  30. xsltprocessor api: transformtofragment

  31. css property: transform-box

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

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

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

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

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

  37. css property: transform-origin

  38. css property: transform-origin: bottom

  39. css property: transform-origin: center

  40. css property: transform-origin: left

  41. css property: transform-origin: right

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

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

  44. css property: transform-origin: top

  45. css property: transform-style

  46. types: `<transform-function>`

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

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

  49. global_attributes: transform

  50. global_attributes: transform-origin