JSDM

HTML

 
1
<div class="loading">
2
3
  <svg version="1.2" height="300" width="600" xmlns="http://www.w3.org/2000/svg"
4
    viewport="0 0 60 60" xmlns:xlink="http://www.w3.org/1999/xlink">
5
6
    <path id="pulsar" stroke="rgba(0,155,155,1)" fill="none" stroke-width="1"stroke-linejoin="round" d="M0,90L250,90Q257,60 262,87T267,95 270,88 273,92t6,35 7,-60T290,127 297,107s2,-11 10,-10 1,1 8,-10T319,95c6,4 8,-6 10,-17s2,10 9,11h210" /> 
7
     
8
</svg>
9
  
10
</div>

CSS

xxxxxxxxxx
25
 
1
body{
2
  background:#131313;
3
  color:#E3E3E3;
4
  font-family:sans-serif;
5
}
6
7
.loading {
8
  width: 100%;
9
  max-width: 700px;
10
  margin: 0 auto;
11
  padding: 0;
12
  position: relative; }
13
14
.loading svg {
15
  width: 100%;
16
  height: 100%;
17
}
18
19
.loading #pulsar{
20
  stroke-dasharray:281;
21
  -webkit-animation: dash 2.5s infinite linear forwards;
22
}
23
24
/*Animation*/
25
@-webkit-keyframes dash{ from{stroke-dashoffset:814;} to {stroke-dashoffset:-814;}}
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

xxxxxxxxxx
1
 
1
必须是有效的URL
+ 添加另一个资源
Close

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

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