PluginProbe
Depicter — Popup & Slider Builder / 1.3.0
Depicter — Popup & Slider Builder v1.3.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 / spinningCircles / light.html

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

87 lines 2.9 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 58 58" xmlns="http://www.w3.org/2000/svg">>
2 <g fill="none" fill-rule="evenodd">
3 <g transform="translate(2 1)" stroke="#FFF" stroke-width="1.5">
4 <circle cx="42.601" cy="11.462" r="5" fill-opacity="1" fill="#fff">
5 <animate
6 attributeName="fill-opacity"
7 begin="0s"
8 dur="1.3s"
9 values="1;0;0;0;0;0;0;0"
10 calcMode="linear"
11 repeatCount="indefinite"
12 />
13 </circle>
14 <circle cx="49.063" cy="27.063" r="5" fill-opacity="0" fill="#fff">
15 <animate
16 attributeName="fill-opacity"
17 begin="0s"
18 dur="1.3s"
19 values="0;1;0;0;0;0;0;0"
20 calcMode="linear"
21 repeatCount="indefinite"
22 />
23 </circle>
24 <circle cx="42.601" cy="42.663" r="5" fill-opacity="0" fill="#fff">
25 <animate
26 attributeName="fill-opacity"
27 begin="0s"
28 dur="1.3s"
29 values="0;0;1;0;0;0;0;0"
30 calcMode="linear"
31 repeatCount="indefinite"
32 />
33 </circle>
34 <circle cx="27" cy="49.125" r="5" fill-opacity="0" fill="#fff">
35 <animate
36 attributeName="fill-opacity"
37 begin="0s"
38 dur="1.3s"
39 values="0;0;0;1;0;0;0;0"
40 calcMode="linear"
41 repeatCount="indefinite"
42 />
43 </circle>
44 <circle cx="11.399" cy="42.663" r="5" fill-opacity="0" fill="#fff">
45 <animate
46 attributeName="fill-opacity"
47 begin="0s"
48 dur="1.3s"
49 values="0;0;0;0;1;0;0;0"
50 calcMode="linear"
51 repeatCount="indefinite"
52 />
53 </circle>
54 <circle cx="4.938" cy="27.063" r="5" fill-opacity="0" fill="#fff">
55 <animate
56 attributeName="fill-opacity"
57 begin="0s"
58 dur="1.3s"
59 values="0;0;0;0;0;1;0;0"
60 calcMode="linear"
61 repeatCount="indefinite"
62 />
63 </circle>
64 <circle cx="11.399" cy="11.462" r="5" fill-opacity="0" fill="#fff">
65 <animate
66 attributeName="fill-opacity"
67 begin="0s"
68 dur="1.3s"
69 values="0;0;0;0;0;0;1;0"
70 calcMode="linear"
71 repeatCount="indefinite"
72 />
73 </circle>
74 <circle cx="27" cy="5" r="5" fill-opacity="0" fill="#fff">
75 <animate
76 attributeName="fill-opacity"
77 begin="0s"
78 dur="1.3s"
79 values="0;0;0;0;0;0;0;1"
80 calcMode="linear"
81 repeatCount="indefinite"
82 />
83 </circle>
84 </g>
85 </g>
86 </svg>
87