JSDM

HTML

 
1
2
<div align="center" class="fond">
3
  <div class="contener_general">
4
      <div class="contener_mixte"><div class="ballcolor ball_1">&nbsp;</div></div>
5
      <div class="contener_mixte"><div class="ballcolor ball_2">&nbsp;</div></div>
6
      <div class="contener_mixte"><div class="ballcolor ball_3">&nbsp;</div></div>
7
      <div class="contener_mixte"><div class="ballcolor ball_4">&nbsp;</div></div>
8
  </div>
9
  
10
  <div style="padding-top:35px;">
11
  <div style=" color:#999999; font-weight:300; font-size:30px; font-family:'Roboto';padding-top:20px;">PURE CSS <font style="font-weight:400;">LOADER</font></div>
12
        <a href="http://www.wifeo.com/code" style="text-decoration:none;" target="parent"><div style="  color:#999999; font-weight:300; font-size:20px; font-family:'Roboto';">www.wifeo.com/code</div>
13
          </div>
14
</div>

CSS

xxxxxxxxxx
98
 
1
.fond{position:absolute;padding-top:85px;top:0;left:0; right:0;bottom:0;}
2
3
.contener_general
4
{
5
  -webkit-animation:animball_two 1s infinite;
6
  -moz-animation:animball_two 1s infinite;
7
  -ms-animation:animball_two 1s infinite;
8
  animation:animball_two 1s infinite;
9
  width:44px; height:44px;
10
}
11
.contener_mixte
12
{
13
  width:44px; height:44px; position:absolute;
14
}
15
.ballcolor
16
{
17
  width: 20px;
18
  height: 20px;
19
  border-radius: 50%;
20
}
21
.ball_1, .ball_2, .ball_3, .ball_4
22
{
23
  position: absolute;
24
  -webkit-animation:animball_one 1s infinite ease;
25
  -moz-animation:animball_one 1s infinite ease;
26
  -ms-animation:animball_one 1s infinite ease;
27
  animation:animball_one 1s infinite ease;
28
}
29
.ball_1
30
{
31
  background-color:#cb2025;
32
  top:0; left:0;
33
}
34
.ball_2
35
{
36
  background-color:#f8b334;
37
  top:0; left:24px;
38
}
39
.ball_3
40
{
41
  background-color:#00a096;
42
  top:24px; left:0;
43
}
44
.ball_4
45
{
46
  background-color:#97bf0d;
47
  top:24px; left:24px;
48
}
49
50
@-webkit-keyframes animball_one
51
{
52
  0%{ position: absolute;}
53
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
54
  100%{ position: absolute;}
55
}
56
@-moz-keyframes animball_one
57
{
58
  0%{ position: absolute;}
59
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
60
  100%{ position: absolute;}
61
}
62
@-ms-keyframes animball_one
63
{
64
  0%{ position: absolute;}
65
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
66
  100%{ position: absolute;}
67
}
68
@keyframes animball_one
69
{
70
  0%{ position: absolute;}
71
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
72
  100%{ position: absolute;}
73
}
74
75
@-webkit-keyframes animball_two
76
{
77
  0%{-webkit-transform:rotate(0deg) scale(1);}
78
  50%{-webkit-transform:rotate(360deg) scale(1.3);}
79
  100%{-webkit-transform:rotate(720deg) scale(1);}
80
}
81
@-moz-keyframes animball_two
82
{
83
  0%{-moz-transform:rotate(0deg) scale(1);}
84
  50%{-moz-transform:rotate(360deg) scale(1.3);}
85
  100%{-moz-transform:rotate(720deg) scale(1);}
86
}
87
@-ms-keyframes animball_two
88
{
89
  0%{-ms-transform:rotate(0deg) scale(1);}
90
  50%{-ms-transform:rotate(360deg) scale(1.3);}
91
  100%{-ms-transform:rotate(720deg) scale(1);}
92
}
93
@keyframes animball_two
94
{
95
  0%{transform:rotate(0deg) scale(1);}
96
  50%{transform:rotate(360deg) scale(1.3);}
97
  100%{transform:rotate(720deg) scale(1);}
98
}
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

xxxxxxxxxx
1
 
1
/*Enjoy other creative code here --> www.wifeo.com/code*/
必须是有效的URL
+ 添加另一个资源
Close

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

  1. 暂无文件
拖动文件到上面的区域或者:
加载中 ..................