4. Summary and Reference

In Summary,

  • CSS transform property will allow you to move, rotate, scale, and skew elements.
  • This property will use the transformation methods such as translate(), rotate(), scale(), scaleX(), scaleY(), skew(), skewX(), skewY() and matrix().
  • The matrix() method is used to apply transformation all at once.
  • Not all browsers are compatible with the transform properties. In order to resolve compatibility issues, prefixes (e.g., mos-, -webkit-) are used together with this property.
References