PluginProbe
Depicter — Popup & Slider Builder / 1.2.0
Depicter — Popup & Slider Builder v1.2.0
4.8.1 trunk 1.0.0 1.1.0 1.1.2 1.1.4 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.5 1.3.8 1.5.0 1.5.1 1.5.2 1.5.5 1.6.0 1.6.1 1.6.2 1.7.0 All 76 releases
depicter / resources / scripts / loadings / snippets / rings / light.html

light.html in Depicter — Popup & Slider Builder 1.2.0, at resources/scripts/loadings/snippets/rings/light.html

53 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <svg class="depicter-single-svg-loading" viewBox="0 0 45 45" xmlns="http://www.w3.org/2000/svg" stroke="#fff">>
2 <g fill="none" fill-rule="evenodd" transform="translate(1 1)" stroke-width="2">
3 <circle cx="22" cy="22" r="6" stroke-opacity="0">
4 <animate attributeName="r" begin="1.5s" dur="3s" values="6;22" calcMode="linear" repeatCount="indefinite" />
5 <animate
6 attributeName="stroke-opacity"
7 begin="1.5s"
8 dur="3s"
9 values="1;0"
10 calcMode="linear"
11 repeatCount="indefinite"
12 />
13 <animate
14 attributeName="stroke-width"
15 begin="1.5s"
16 dur="3s"
17 values="2;0"
18 calcMode="linear"
19 repeatCount="indefinite"
20 />
21 </circle>
22 <circle cx="22" cy="22" r="6" stroke-opacity="0">
23 <animate attributeName="r" begin="3s" dur="3s" values="6;22" calcMode="linear" repeatCount="indefinite" />
24 <animate
25 attributeName="stroke-opacity"
26 begin="3s"
27 dur="3s"
28 values="1;0"
29 calcMode="linear"
30 repeatCount="indefinite"
31 />
32 <animate
33 attributeName="stroke-width"
34 begin="3s"
35 dur="3s"
36 values="2;0"
37 calcMode="linear"
38 repeatCount="indefinite"
39 />
40 </circle>
41 <circle cx="22" cy="22" r="8">
42 <animate
43 attributeName="r"
44 begin="0s"
45 dur="1.5s"
46 values="6;1;2;3;4;5;6"
47 calcMode="linear"
48 repeatCount="indefinite"
49 />
50 </circle>
51 </g>
52 </svg>
53