diff options
Diffstat (limited to 'files/zh-cn/web/css/transform-function/rotate()')
-rw-r--r-- | files/zh-cn/web/css/transform-function/rotate()/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/transform-function/rotate()/index.html b/files/zh-cn/web/css/transform-function/rotate()/index.html index a412aa9362..e7e5807e55 100644 --- a/files/zh-cn/web/css/transform-function/rotate()/index.html +++ b/files/zh-cn/web/css/transform-function/rotate()/index.html @@ -11,7 +11,7 @@ translation_of: Web/CSS/transform-function/rotate() <div>CSS的<strong><code>rotate()</code></strong>函数定义了一种将元素围绕一个定点(由{{ Cssxref("transform-origin") }}属性指定)旋转而不变形的转换。指定的角度定义了旋转的量度。若角度为正,则顺时针方向旋转,否则逆时针方向旋转。旋转180°也被称为点反射。</div> -<div></div> + <p>元素旋转的固定点 - 如上所述 - 也称为<strong>变换原点</strong>。这默认为元素的中心,但你可以使用{{ cssxref("transform-origin") }}属性设置自己的自定义变换原点。</p> |