css2 css3+ flexbox animations 3d transforms paged media grid scroll snap logical props tables masks positioning border-image columns typography motion path compositing text-decoration transforms scrollbars
backface-visibility
visible
hidden
perspective
none
<length>
perspective-origin
50% 50%
top
bottom
left
right
center
right bottom
left top
center center
<percentage> <length>
Keywords represent horizontal offsets (left, center, right) and vertical offsets (top, center, bottom), and can be mixed and matched.
transform
none
matrix()
matrix3d()
translate()
translateX()
translateY()
translate3d()
translateZ()
scale()
scaleX()
scaleY()
scaleZ()
rotate()
rotate3d()
rotateX()
rotateY()
rotateZ()
perspective()
skew()
skewX()
skewY()
Accepts multiple space-separated transform functions.
transform-style
flat
preserve-3d
Part of 3D transforms.