aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/css_transforms/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/css/css_transforms/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/web/css/css_transforms/index.html')
-rw-r--r--files/zh-cn/web/css/css_transforms/index.html48
1 files changed, 48 insertions, 0 deletions
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
+---
+<p><strong>CSS Transforms</strong> 是一个CSS模块,它定义了如何在二维或三维空间中转换元素的CSS样式。</p>
+
+<h2 id="引用参考">引用参考</h2>
+
+<h3 id="CSS属性">CSS属性</h3>
+
+<div class="index">
+<ul>
+ <li>{{cssxref("backface-visibility")}}</li>
+ <li>{{cssxref("perspective")}}</li>
+ <li>{{cssxref("perspective-origin")}}</li>
+ <li>{{cssxref("transform")}}</li>
+ <li>{{cssxref("transform-box")}}</li>
+ <li>{{cssxref("transform-origin")}}</li>
+ <li>{{cssxref("transform-style")}}</li>
+</ul>
+</div>
+
+<h2 id="使用指南">使用指南</h2>
+
+<dl>
+ <dt><a href="/en-US/docs/Web/CSS/CSS_Transforms/Using_CSS_transforms">CSS transforms 使用</a></dt>
+ <dd>循序渐进的教程,教你如何使用CSS对进行元素变形处理。</dd>
+</dl>
+
+<h2 id="规范"><strong>规范</strong></h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comment</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('CSS3 Transforms') }}</td>
+ <td>{{ Spec2('CSS3 Transforms') }}</td>
+ <td>Initial definition.</td>
+ </tr>
+ </tbody>
+</table>