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-origin

  32. css property: transform-origin: support in svg

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

  34. css property: transform-style

  35. types: `<transform-function>`

  36. types: `<transform-function>`: `matrix()`

  37. types: `<transform-function>`: `rotate()`

  38. types: `<transform-function>`: `rotate3d()`

  39. types: `<transform-function>`: `rotatex()`

  40. types: `<transform-function>`: `rotatey()`

  41. types: `<transform-function>`: `rotatez()`

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

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

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

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

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

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

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

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

  50. attributes: presentation: transform-origin