1. CSS3 2D Transforms

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

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

  3. canvasrenderingcontext2d api: translate

  4. csstranslate api

  5. csstranslate api: `csstranslate()` constructor

  6. csstranslate api: x

  7. csstranslate api: y

  8. csstranslate api: z

  9. dommatrixreadonly api: `translate()`

  10. dommatrix api: translateself

  11. htmlelement api: translate

  12. offscreencanvasrenderingcontext2d api: translate

  13. paintrenderingcontext2d api: translate

  14. svgsvgelement api: currenttranslate

  15. svgtransform api: settranslate

  16. webgl_debug_shaders api: gettranslatedshadersource

  17. css property: translate

  18. css property: translate: none

  19. types: `<transform-function>`: `translate()`

  20. types: `<transform-function>`: `translate3d()`

  21. types: `<transform-function>`: `translatex()`

  22. types: `<transform-function>`: `translatey()`

  23. types: `<transform-function>`: `translatez()`

  24. html attribute: translate