---
title: CSS Transforms
slug: Web/CSS/CSS_Transforms
translation_of: Web/CSS/CSS_Transforms
---
CSS Transforms 是一个CSS模块,它定义了如何在二维或三维空间中转换元素的CSS样式。
引用参考
CSS属性
- {{cssxref("backface-visibility")}}
- {{cssxref("perspective")}}
- {{cssxref("perspective-origin")}}
- {{cssxref("transform")}}
- {{cssxref("transform-box")}}
- {{cssxref("transform-origin")}}
- {{cssxref("transform-style")}}
使用指南
- CSS transforms 使用
- 循序渐进的教程,教你如何使用CSS对进行元素变形处理。
规范
Specification |
Status |
Comment |
{{ SpecName('CSS3 Transforms') }} |
{{ Spec2('CSS3 Transforms') }} |
Initial definition. |