JSDM

HTML

 
1
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="400" height="100">
2
  <circle transform="translate(8 0)" cx="0" cy="16" r="0" stroke="white" fill="transparent"> 
3
    <animate attributeName="r" values="0; 4; 0; 0" dur="1.2s" repeatCount="indefinite" begin="0"
4
      keytimes="0;0.2;0.7;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.6 0.4 0.8" calcMode="spline" />
5
  </circle>
6
  <circle transform="translate(16 0)" cx="0" cy="16" r="0" stroke="white" fill="transparent"> 
7
    <animate attributeName="r" values="0; 4; 0; 0" dur="1.2s" repeatCount="indefinite" begin="0.3"
8
      keytimes="0;0.2;0.7;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.6 0.4 0.8" calcMode="spline" />
9
  </circle>
10
  <circle transform="translate(24 0)" cx="0" cy="16" r="0" fill="transparent"stroke="white"> 
11
    <animate attributeName="r" values="0; 4; 0; 0" dur="1.2s" repeatCount="indefinite" begin="0.6"
12
      keytimes="0;0.2;0.7;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.6 0.4 0.8" calcMode="spline" />
13
  </circle>
14
</svg>

CSS

xxxxxxxxxx
5
 
1
body{
2
  
3
  background-color: rgba(18,84,89,.8);
4
  
5
}
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

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

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

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