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 / puff / dark.html

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

49 lines 1.4 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 44 44" xmlns="http://www.w3.org/2000/svg" stroke="#050a0e">>
2 <g fill="none" fill-rule="evenodd" stroke-width="2">
3 <circle cx="22" cy="22" r="1">
4 <animate
5 attributeName="r"
6 begin="0s"
7 dur="1.8s"
8 values="1; 20"
9 calcMode="spline"
10 keyTimes="0; 1"
11 keySplines="0.165, 0.84, 0.44, 1"
12 repeatCount="indefinite"
13 />
14 <animate
15 attributeName="stroke-opacity"
16 begin="0s"
17 dur="1.8s"
18 values="1; 0"
19 calcMode="spline"
20 keyTimes="0; 1"
21 keySplines="0.3, 0.61, 0.355, 1"
22 repeatCount="indefinite"
23 />
24 </circle>
25 <circle cx="22" cy="22" r="1">
26 <animate
27 attributeName="r"
28 begin="-0.9s"
29 dur="1.8s"
30 values="1; 20"
31 calcMode="spline"
32 keyTimes="0; 1"
33 keySplines="0.165, 0.84, 0.44, 1"
34 repeatCount="indefinite"
35 />
36 <animate
37 attributeName="stroke-opacity"
38 begin="-0.9s"
39 dur="1.8s"
40 values="1; 0"
41 calcMode="spline"
42 keyTimes="0; 1"
43 keySplines="0.3, 0.61, 0.355, 1"
44 repeatCount="indefinite"
45 />
46 </circle>
47 </g>
48 </svg>
49