CSS3 rotation 属性

知更鸟的死因

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 属性定义的指定点,对块级元素进行逆时针旋转。

默认值: 0
继承: no
版本: CSS3
JavaScript 语法: object.style.rotation="180deg"


语法

rotation: angle;

描述
angle 元素旋转角度。可能的值:0deg 到 360deg。
版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com

目录[+]

取消
微信二维码
微信二维码
支付宝二维码