亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CSS3中函數rotate()如何實現旋轉技術

發布時間:2022-03-05 09:41:30 來源:億速云 閱讀:427 作者:小新 欄目:web開發

這篇文章主要介紹了CSS3中函數rotate()如何實現旋轉技術,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

rotate()函數能夠旋轉元素,它主要是在二維空間內進行操作,通過一個角度參數值,來設定旋轉的幅度。

如果對元素本身或者元素設置了perspective值,那么rotate3d()函數可以實現一個3維空間內的旋轉。

關聯屬性:transform-origin

取值

rotate(<angle>);<angle>為一個角度值,單位deg,可以為正數或者負數,正數是順時針旋轉,負數是逆時針旋轉。

rotateX(angele),相當于rotate3d(1,0,0,angle)指定在3維空間內的X軸旋轉

rotateY(angele),相當于rotate3d(0,1,0,angle)指定在3維空間內的Y軸旋轉

rotateZ(angele),相當于rotate3d(0,0,1,angle)指定在3維空間內的Z軸旋轉

語法

transform:rotate(<angle>);

CSS

.rotate_clockwise{

-webkit-transform:rotate(45deg);

-moz-transform:rotate(45deg);

position:absolute;

left:10px;

top:80px;

}

.rotate_anticlockwise{

-webkit-transform:rotate(-45deg);

-moz-transform:rotate(-45deg);

position:absolute;

left:200px;

top:80px;

}

.rotateX{

-webkit-transform:perspective(800px) rotateX(60deg);

-moz-transform:perspective(800px) rotateX(60deg);

position:absolute;

left:400px;

top:80px;

}

.rotateY{

-webkit-transform:perspective(800px) rotateY(60deg);

-moz-transform:perspective(800px) rotateY(60deg);

position:absolute;

left:600px;

top:80px;

}

.rotateZ{

-webkit-transform:perspective(800px) rotateZ(60deg);

-moz-transform:perspective(800px) rotateZ(60deg);

position:absolute;

left:800px;

top:80px;

}

HTML

<divclass="demo_box rotate_clockwise">順時針旋轉45</div>

<divclass="demo_box rotate_anticlockwise">逆時針旋轉45</div>

<divclass="demo_box rotateX">3維空間內X軸旋轉60</div>

<divclass="demo_box rotateY">3維空間內Y軸旋轉60</div>

<divclass="demo_box rotateZ">3維空間內Z軸旋轉60</div>

感謝你能夠認真閱讀完這篇文章,希望小編分享的“CSS3中函數rotate()如何實現旋轉技術”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

大化| 应城市| 甘谷县| 宜州市| 南华县| 博湖县| 察哈| 家居| 个旧市| 赤壁市| 朝阳区| 龙陵县| 瑞昌市| 图木舒克市| 舟曲县| 临朐县| 奉贤区| 泸水县| 新疆| 西乌| 江都市| 进贤县| 凯里市| 鄂尔多斯市| 大安市| 蒙阴县| 安阳县| 江阴市| 张家口市| 夏邑县| 中山市| 西峡县| 恩施市| 徐州市| 西藏| 兴安县| 齐河县| 辽宁省| 纳雍县| 吉水县| 梅河口市|