CSS zoom
Non-standard method of scaling content.
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.
csstransformcomponent api
csstransformcomponent api: is2d
csstransformcomponent api: tomatrix
csstransformcomponent api: tostring
csstransformvalue api
csstransformvalue api: @@iterator
csstransformvalue api: entries
csstransformvalue api: foreach
csstransformvalue api: is2d
csstransformvalue api: keys
csstransformvalue api: length
csstransformvalue api: tomatrix
csstransformvalue api: values
css at-rule: `@media`: `-webkit-transform-2d` media feature
css at-rule: `@media`: `-webkit-transform-3d` media feature
css property: text-transform
css property: text-transform: capitalize
css property: text-transform: dutch `ij` digraph
css property: text-transform: `full-size-kana`
css property: text-transform: `full-width`
css property: text-transform: greek accented letters
css property: text-transform: `Σ` → `σ` or word-final `ς`
css property: text-transform: `i` → `İ` and `ı` → `i`
css property: text-transform: `ß` → `ss`
css property: transform-box
css property: transform-origin
css property: transform-origin: support in svg
css property: transform-origin: three-value syntax
css property: transform-style
types: `<transform-function>`
types: `<transform-function>`: `matrix()`
types: `<transform-function>`: `matrix3d()`
types: `<transform-function>`: `rotate()`
types: `<transform-function>`: `rotate3d()`
types: `<transform-function>`: `rotatex()`
types: `<transform-function>`: `rotatey()`
types: `<transform-function>`: `rotatez()`
types: `<transform-function>`: `scale()`
types: `<transform-function>`: `scale3d()`
types: `<transform-function>`: `scalex()`
types: `<transform-function>`: `scaley()`
types: `<transform-function>`: `scalez()`
types: `<transform-function>`: `skew()`
types: `<transform-function>`: `skewx()`
types: `<transform-function>`: `skewy()`
types: `<transform-function>`: `translate()`
types: `<transform-function>`: `translatex()`
50 results found.