Completion requirements
View
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
CSS transform property. (n.d.). https://www.w3schools.com/cssref/css3_pr_transform.asp
Transform | css-tricks. (2019). CSS-Tricks. https://css-tricks.com/almanac/properties/t/transform/
Transform. (n.d.). MDN Web Docs. https://developer.mozilla.org/en-US/docs/Web/CSS/transform