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.
css property: -webkit-transform-origin-x
css property: -webkit-transform-origin-y
css property: -webkit-transform-origin-z
css property: transform-origin
css property: transform-origin: bottom
css property: transform-origin: center
css property: transform-origin: left
css property: transform-origin: right
css property: transform-origin: on svg elements
css property: transform-origin: three-value syntax
css property: transform-origin: top
global_attributes: transform-origin
14 results found.