CSS3 2D Transforms
Method of transforming an element including rotating, scaling, etc. Includes support for `transform` as well as `transform-origin` properties.
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.
canvasrenderingcontext2d api: translate
csstranslate api
csstranslate api: `csstranslate()` constructor
csstranslate api: x
csstranslate api: y
csstranslate api: z
dommatrixreadonly api: `translate()`
dommatrix api: translateself
htmlelement api: translate
offscreencanvasrenderingcontext2d api: translate
paintrenderingcontext2d api: translate
svgsvgelement api: currenttranslate
svgtransform api: settranslate
webgl_debug_shaders api: gettranslatedshadersource
css property: translate
css property: translate: none
types: `<transform-function>`: `translate()`
types: `<transform-function>`: `translate3d()`
types: `<transform-function>`: `translatex()`
types: `<transform-function>`: `translatey()`
types: `<transform-function>`: `translatez()`
html attribute: translate
24 results found.