用css3写的loading效果一个

html内容如下:

<div id="loading" style="display: block;">
	<div id="loading-center">
		<div id="loading-center-absolute">
			<div class="object" id="object_one"></div>
			<div class="object" id="object_two"></div>
			<div class="object" id="object_three"></div>
		</div>
	 </div>
</div>

css3:
#loading{background:rgba(0,0,0,.4);height:100%;width:100%;position:fixed;z-index:999;left:0;top:0;/* display:none */}
#loading-center{width:100%;height:100%;position:relative}
#loading-center-absolute{position:absolute;left:50%;top:50%;height:100px;width:100px;margin-top:-50px;margin-left:-40px}
.object{width:16px;height:16px;background-color:#FFF;float:left;margin-right:16px;margin-top:65px;-moz-border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;border-radius:50% 50% 50% 50%}
#object_one{-webkit-animation:object_one 1.5s infinite;animation:object_one 1.5s infinite}
#object_two{-webkit-animation:object_two 1.5s infinite;animation:object_two 1.5s infinite;-webkit-animation-delay:.25s;animation-delay:.25s}
#object_three{-webkit-animation:object_three 1.5s infinite;animation:object_three 1.5s infinite;-webkit-animation-delay:.5s;animation-delay:.5s}
@-webkit-keyframes object_one{75%{-webkit-transform:scale(0)}
}
@keyframes object_one{75%{transform:scale(0);-webkit-transform:scale(0)}
}
@-webkit-keyframes object_two{75%{-webkit-transform:scale(0)}
}
@keyframes object_two{75%{transform:scale(0);-webkit-transform:scale(0)}
}
@-webkit-keyframes object_three{75%{-webkit-transform:scale(0)}
}
@keyframes object_three{75%{transform:scale(0);-webkit-transform:scale(0)}
}



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值