1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/guoliwei139-html-loading-animation

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
demo25.html 5.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
levy Отправлено 29.12.2018 11:21 46bc312
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>30种CSS3炫酷页面预加载loading动画特效|DEMO25_jQuery之家-自由分享jQuery、html5、css3的插件库</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/default.css">
<link href="http://cdn.bootcss.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/Icomoon/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery-2.0.2.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<style>
#loading{
background-color: #efc94c;
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
margin-top: 0px;
top: 0px;
}
#loading-center{
width: 100%;
height: 100%;
position: relative;
}
#loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 150px;
margin-top: -25px;
margin-left: -75px;
}
.object{
width: 8px;
height: 50px;
margin-right:5px;
background-color: #FFF;
-webkit-animation: animate 1s infinite;
animation: animate 1s infinite;
float: left;
}
.object:last-child {
margin-right: 0px;
}
.object:nth-child(10){
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
.object:nth-child(9){
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.object:nth-child(8){
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
.object:nth-child(7){
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.object:nth-child(6){
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.object:nth-child(5){
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.object:nth-child(4){
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.object:nth-child(3){
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.object:nth-child(2){
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
@-webkit-keyframes animate {
50% {
-ms-transform: translateX(-25px) scaleY(0.5);
-webkit-transform: translateX(-25px) scaleY(0.5);
transform: translateX(-25px) scaleY(0.5);
}
}
@keyframes animate {
50% {
-ms-transform: translateX(-25px) scaleY(0.5);
-webkit-transform: translateX(-25px) scaleY(0.5);
transform: translateX(-25px) scaleY(0.5);
}
}
</style>
</head>
<body>
<div id="loading">
<div id="loading-center">
<div id="loading-center-absolute">
<div class="object"></div>
<div class="object"></div>
<div class="object"></div>
<div class="object"></div>
<div class="object"></div>
<div class="object"></div>
<div class="object"></div>
<div class="object"></div>
<div class="object"></div>
<div class="object"></div>
</div>
</div>
</div>
<div class="htmleaf-container">
<header class="htmleaf-header">
<h1>30种CSS3炫酷页面预加载loading动画特效 - DEMO25<span>30 CSS3 Page Preload Animations</span></h1>
<div class="htmleaf-links">
<a class="htmleaf-icon icon-htmleaf-home-outline" href="http://www.htmleaf.com/" title="jQuery之家" target="_blank"><span> jQuery之家</span></a>
<a class="htmleaf-icon icon-htmleaf-arrow-forward-outline" href="http://www.htmleaf.com/css3/css3donghua/201504151682.html" title="返回下载页" target="_blank"><span> 返回下载页</span></a>
</div>
</header>
<div class="htmleaf-content bgcolor-3">
<h3>Square Animations</h3>
<div class="htmleaf-demo ">
<a href="demo1.html">Demo 1</a>
<a href="demo2.html">Demo 2</a>
<a href="demo3.html">Demo 3</a>
<a href="demo4.html">Demo 4</a>
<a href="demo5.html">Demo 5</a>
<a href="demo6.html">Demo 6</a>
<a href="demo7.html">Demo 7</a>
<a href="demo8.html">Demo 8</a>
<a href="demo9.html">Demo 9</a>
<a href="demo10.html">Demo 10</a>
</div>
<h3>Round Animations</h3>
<div class="htmleaf-demo ">
<a href="demo11.html">Demo 11</a>
<a href="demo12.html">Demo 12</a>
<a href="demo13.html">Demo 13</a>
<a href="demo14.html">Demo 14</a>
<a href="demo15.html">Demo 15</a>
<a href="demo16.html">Demo 16</a>
<a href="demo17.html">Demo 17</a>
<a href="demo18.html">Demo 18</a>
<a href="demo19.html">Demo 19</a>
<a href="demo20.html">Demo 20</a>
</div>
<h3>Various Animations</h3>
<div class="htmleaf-demo ">
<a href="demo21.html">Demo 21</a>
<a href="demo22.html">Demo 22</a>
<a href="demo23.html">Demo 23</a>
<a href="demo24.html">Demo 24</a>
<a href="demo25.html" class="current">Demo 25</a>
<a href="demo26.html">Demo 26</a>
<a href="demo27.html">Demo 27</a>
<a href="demo28.html">Demo 28</a>
<a href="demo29.html">Demo 29</a>
<a href="demo30.html">Demo 30</a>
</div>
</div>
<div class="related">
<h3>如果你喜欢这个插件,那么你可能也喜欢:</h3>
<a href="http://www.htmleaf.com/css3/css3donghua/201503301596.html">
<img src="related/1.jpg" width="300" alt="28种纯CSS3炫酷loading加载动画特效"/>
<h3>28种纯CSS3炫酷loading加载动画特效</h3>
</a>
<a href="http://www.htmleaf.com/html5/html5donghua/201501071121.html">
<img src="related/2.jpg" width="300" alt="12种炫酷html5 svg加载loading动画特效"/>
<h3>12种炫酷html5 svg加载loading动画特效</h3>
</a>
</div>
</div>
</body>
</html>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/guoliwei139-html-loading-animation.git
git@api.gitlife.ru:oschina-mirror/guoliwei139-html-loading-animation.git
oschina-mirror
guoliwei139-html-loading-animation
guoliwei139-html-loading-animation
master