CSS3 rotation-point 属性

实例

将 h1 元素旋转 180 下):

h1
{
rotation-point:50% 50%;
rotation:180deg;
}

览器支持 rotation-point 属性。

rotation-point 的点。

提示:rotation-point rotation 用。

默认值: 50% 50%
继承性: no
版本: CSS3
JavaScript 语法: object.style.rotationPoint="25% 25%"

语法

rotation-point: value;
描述
  • left top
  • left center
  • left bottom
  • right top
  • right center
  • right bottom
  • center top
  • center center
  • center bottom
值将是 "center"。
x% y%