CSS3 rotation 属性
浏览器支持
目前没有浏览器支持 rotation 属性。
属性定义及使用说明
rotation 属性围绕由 rotation-point 属性定义的指定点,对块级元素进行逆时针旋转。
默认值: | 0 |
---|---|
继承: | no |
版本: | CSS3 |
JavaScript 语法: | object.style.rotation="180deg" |
语法
rotation: angle;
值 | 描述 |
---|---|
angle | 元素旋转角度。可能的值:0deg 到 360deg。 |
点我分享笔记