This property modifies the coordinate space of the CSS visual formatting model and lets elements be translated, rotated, scaled, and skewed.
Values for "transform"
CSS Level | Value |
CSS Transforms Level 2 | "none | <transform-list>", where <transform-list> = "<transform-function>+" |
Notes
- Transform functions are separated by whitespace, not commas. Some 2D transform functions are: matrix(), translate(), translateX(), scale(), scaleX(), rotate(), skewX(), and skewY(). Some 3D are: matrix3d(), perspective(), rotateX(), rotateZ(), rotate3d(), scale3d(), and translate3d().
Recommended Links
Search Engine Links (for more information)