loading html特效,CSS3 loading特效制作

CSS3 loading特效

* {

box-sizing: border-box;

overflow: hidden;

}

body {

padding-top: 10em;

text-align: center;

}

.loader {

position: relative;

margin: auto;

width: 350px;

color: white;

font-family: "Roboto Condensed", sans-serif;

font-size: 250%;

background: linear-gradient(180deg, #222 0, #444 100%);

box-shadow: inset 0 5px 20px black;

text-shadow: 5px 5px 5px rgba(0,0,0,0.3);

}

.loader:after {

content: "";

display: table;

clear: both;

}

span {

float: left;

height: 100px;

line-height: 120px;

width: 50px;

}

.loader > span {

border-left: 1px solid #444;

border-right: 1px solid #222;

}

.covers {

position: absolute;

height: 100%;

width: 100%;

}

.covers span {

background: linear-gradient(180deg, white 0, #ddd 100%);

animation: up 2s infinite;

}

@keyframes up {

0%   { margin-bottom: 0; }

16%  { margin-bottom: 100%; height: 20px; }

50% { margin-bottom: 0; }

100% { margin-bottom: 0; }

}

.covers span:nth-child(2) { animation-delay: .142857s; }

.covers span:nth-child(3) { animation-delay: .285714s; }

.covers span:nth-child(4) { animation-delay: .428571s; }

.covers span:nth-child(5) { animation-delay: .571428s; }

.covers span:nth-child(6) { animation-delay: .714285s; }

.covers span:nth-child(7) { animation-delay: .857142s; }

L

O

A

D

I

N

G

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值