天天看點

html動畫效果效果圖,利用CSS3實作雷達掃描效果圖動畫特效

利用CSS3實作雷達掃描效果圖特效

阿裡西西web開發網為大家整理了這篇利用CSS3實作雷達掃描效果圖動畫特效,如果這篇文章在您的工作或學習中有幫助,歡迎常回來看看哦,更多精彩的教程請通路我們的首頁,以下是教程浏覽:

腳本代碼(For Alixixi.com)如下:

round

.round {

border: 1px solid rgba(255, 255, 255, 0.5);

margin: 50px auto;

}

.w300 {

border-radius: 298px;

height: 298px;

margin-top: 0;

overflow: hidden;

width: 298px;

}

.w200 {

border-radius: 200px;

height: 200px;

width: 200px;

}

.w100 {

border-radius: 100px;

height: 100px;

width: 100px;

}

.w1 {

background-color: #fff;

border-radius: 1px;

height: 1px;

position: relative;

top: -4px;

width: 1px;

}

.line {

background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)) repeat scroll 0 0;

border-left: 1px solid rgba(255, 255, 255, 0.6);

border-radius: 0 0 150px;

height: 150px;

left: 0;

position: absolute;

top: 0;

transform: rotate(0deg);

transform-origin: 0 0 0;

width: 150px;

}

.roundMove {

animation: 3s linear 0s normal both infinite running round;

}

@keyframes round {

100% {

transform: rotate(360deg);

}

}

@keyframes round {

100% {

transform: rotate(360deg);

}

}

關于利用CSS3實作雷達掃描效果圖動畫特效的内容寫到這裡就結束啦,您可以收藏本頁網址http://www.alixixi.com/js/a/2018090295253.shtml友善下次再通路哦。