日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 前端技术 > CSS >内容正文

CSS

css3波,CSS3 声波

發布時間:2023/12/20 CSS 37 豆豆
生活随笔 收集整理的這篇文章主要介紹了 css3波,CSS3 声波 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

CSS

語言:

CSSSCSS

確定

#sample {} body {

background: #000;

top: 0;

left: 0;

padding: 0;

margin: 0;

}

.loader-container {

position: relative;

height: 40px;

width: 160px;

margin: 200px auto 0;

}

.loader-container > div {

position: relative;

display: inline-block;

background: #03A9F4;

height: 100%;

width: 10px;

margin: 0;

-webkit-animation: load 3s ease-in-out infinite;

animation: load 3s ease-in-out infinite;

}

.loader-container .rectangle-2 {

-webkit-animation-delay: 0.1s;

animation-delay: 0.1s;

}

.loader-container .rectangle-3 {

-webkit-animation-delay: 0.2s;

animation-delay: 0.2s;

}

.loader-container .rectangle-4 {

-webkit-animation-delay: 0.3s;

animation-delay: 0.3s;

}

.loader-container .rectangle-5 {

-webkit-animation-delay: 0.4s;

animation-delay: 0.4s;

}

.loader-container .rectangle-6 {

-webkit-animation-delay: 0.5s;

animation-delay: 0.5s;

}

@-moz-keyframes load {

0%, 100% {

-moz-transform: scaleY(1);

background: #03A9F4;

}

16.67% {

-moz-transform: scaleY(3);

background: #FF5722;

}

33.33% {

-moz-transform: scaleY(1);

background: #FF5252;

}

50% {

-moz-transform: scaleY(3);

background: #E91E63;

}

66.67% {

-moz-transform: scaleY(1);

background: #9C27B0;

}

83.34% {

-moz-transform: scaleY(3);

background: #673AB7;

}

}

@-webkit-keyframes load {

0%, 100% {

-webkit-transform: scaleY(1);

background: #03A9F4;

}

16.67% {

-webkit-transform: scaleY(3);

background: #FF5722;

}

33.33% {

-webkit-transform: scaleY(1);

background: #FF5252;

}

50% {

-webkit-transform: scaleY(3);

background: #E91E63;

}

66.67% {

-webkit-transform: scaleY(1);

background: #9C27B0;

}

83.34% {

-webkit-transform: scaleY(3);

background: #673AB7;

}

}

@keyframes load {

0%, 100% {

transform: scaleY(1);

background: #03A9F4;

}

16.67% {

transform: scaleY(3);

background: #FF5722;

}

33.33% {

transform: scaleY(1);

background: #FF5252;

}

50% {

transform: scaleY(3);

background: #E91E63;

}

66.67% {

transform: scaleY(1);

background: #9C27B0;

}

83.34% {

transform: scaleY(3);

background: #673AB7;

}

}

總結

以上是生活随笔為你收集整理的css3波,CSS3 声波的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。