雷火电竞-中国电竞赛事及体育赛事平台

代理加盟

2023全新代理計(jì)劃,一站式模板建站,銅牌代理低至699元送終身VIP,獨(dú)立代理后臺(tái),自營(yíng)貼牌。

您現(xiàn)在的位置: 麥站網(wǎng) > 站長(zhǎng)學(xué)院 > 建站教程 >

阿里云主機(jī)、西部數(shù)碼虛擬主機(jī)渠道價(jià)
云優(yōu)原創(chuàng)模板
多城市分站站群系統(tǒng)
立即查看
Pbootcms模板
免費(fèi)可商用程序
立即查看

CSS3各種角度三角形可旋轉(zhuǎn)動(dòng)畫(huà)

來(lái)源:本站原創(chuàng) 發(fā)布時(shí)間:2019-03-30 00:00:00熱度:我要評(píng)論(0

麥站模板建站平臺(tái)(10年經(jīng)驗(yàn)),服務(wù)數(shù)萬(wàn)家企業(yè),固定透明報(bào)價(jià)。域名注冊(cè)、主機(jī)/服務(wù)器、網(wǎng)站源碼一站式服務(wù)。實(shí)體公司,專(zhuān)業(yè)團(tuán)隊(duì),值得選擇!超過(guò)1000套模板已登記版權(quán),合規(guī)合法建站,規(guī)避版權(quán)風(fēng)險(xiǎn)!【點(diǎn)擊獲取方案】

       CSS3可以做動(dòng)畫(huà)、畫(huà)簡(jiǎn)單的幾何圖形,只要瀏覽器兼容,重慶網(wǎng)站建設(shè)可以做出非常豐富的網(wǎng)頁(yè)設(shè)計(jì)效果,秀站網(wǎng)秀站網(wǎng)介紹用CSS3畫(huà)三角形并實(shí)現(xiàn)旋轉(zhuǎn)效果。

css3各種角度三角形動(dòng)畫(huà)

CSS樣式部分

.jiao{position:relative;width:22px;height:22px;line-height:22px;}
.jiao i{
position:absolute;
top:10px;
right:10px;      
width:0px;
height:0px;
zoom:1;
font-weight:500;
font-style:normal; border-color:transparent transparent #000;
border-style:solid;
border-width:0px 4px 4px 4px; -webkit-transition: -webkit-transform 0.2s ease-in;
-moz-transition:-moz-transform 0.2s ease-in;
-o-transition:-o-transform 0.2s ease-in;
transition:transform 0.2s ease-in;
}
.jiao:hover i{         
-moz-transform:rotate(180deg);     
-webkit-transform:rotate(180deg);      
-o-transform:rotate(180deg);      
transform:rotate(180deg);      
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

HTML部分

<p class="jiao"><i></i></p>

       注意:這個(gè)效果三角形是箭頭朝上,圍繞著中心旋轉(zhuǎn)的。

其他三角形繪制方法

       下面所說(shuō)的等三角形其實(shí)并不等邊,而是高度寬高比例1:1。

等三角形-箭頭朝上

.jiao i{
width:0;
height:0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 8px solid #000;}

等三角形-箭頭朝下

.jiao i{
width:0;
height:0;
border-left:4px solid transparent;
border-right:4px solid transparent;
border-top:8px solid #000;}

等三角形-箭頭朝左

.jiao i{
width:0;
height:0;
border-top:4px solid transparent;
border-right:4px solid #000;
border-bottom:8px solid transparent;}

等三角形-箭頭朝右

.jiao i{
width:0;
height:0;
border-top:4px solid transparent;
border-left:4px solid #000;
border-bottom:8px solid transparent;}

等邊直角三角形-直角在左上

.jiao i{
width:0;
height: 0;
border-top:8px solid red;
border-right:8px solid transparent;}

等邊直角三角形-直角在右上

.jiao i{
width: 0;
height:0;
border-top:8px solid red;
border-left:8px solid transparent;}

等邊直角三角形-直角在右下

.jiao i{
width:0;
height:0;
border-bottom:8px solid red;
border-left:8px solid transparent;}

等邊直角三角形-直角在左下

.jiao i{
width:0;
height:0;
border-bottom:8px solid red;
border-right:8px solid transparent;}

    轉(zhuǎn)載請(qǐng)注明來(lái)源網(wǎng)址:http://www.jygsgssxh.com/news/1378.html

    發(fā)表評(píng)論

    評(píng)論列表(條)

       
      QQ在線咨詢(xún)
      VIP限時(shí)特惠