CSS HTML Validator - The fast, all-in-one, HTML, CSS, Link, SEO, spelling, and accessibility checker for Windows, & htmlval for Mac and Linux
Home Help: "transform" CSS property

The "transform" CSS Property

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 LevelValue
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)

Help us improve this page: Suggest a link or noteReport a problem