天天看點

CSS3 rotation 屬性

将 h1 元素旋轉 180 度(從上向下):<p>

h1

{

rotation-point:50% 50%;

rotation:180deg;

}

CSS3 rotation 屬性
CSS3 rotation 屬性
CSS3 rotation 屬性
CSS3 rotation 屬性
CSS3 rotation 屬性

目前沒有浏覽器支援 rotation 屬性。

rotation 屬性圍繞由 rotation-point 屬性定義的指定點,對塊級元素進行逆時針旋轉。

預設值:

繼承:

no

版本:

CSS3

JavaScript 文法:

object.style.rotation="180deg"

rotation: angle;

描述

angle

元素旋轉角度。可能的值:0deg 到 360deg。