From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/css/css_transforms/index.html | 48 +++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 files/zh-cn/web/css/css_transforms/index.html (limited to 'files/zh-cn/web/css/css_transforms/index.html') diff --git a/files/zh-cn/web/css/css_transforms/index.html b/files/zh-cn/web/css/css_transforms/index.html new file mode 100644 index 0000000000..b9140d9d6d --- /dev/null +++ b/files/zh-cn/web/css/css_transforms/index.html @@ -0,0 +1,48 @@ +--- +title: CSS Transforms +slug: Web/CSS/CSS_Transforms +translation_of: Web/CSS/CSS_Transforms +--- +

CSS Transforms 是一个CSS模块,它定义了如何在二维或三维空间中转换元素的CSS样式。

+ +

引用参考

+ +

CSS属性

+ +
+ +
+ +

使用指南

+ +
+
CSS transforms 使用
+
循序渐进的教程,教你如何使用CSS对进行元素变形处理。
+
+ +

规范

+ + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{ SpecName('CSS3 Transforms') }}{{ Spec2('CSS3 Transforms') }}Initial definition.
-- cgit v1.2.3-54-g00ecf