PluginProbe
Depicter — Popup & Slider Builder / trunk
Depicter — Popup & Slider Builder vtrunk
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 / grid / light.html

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

93 lines 2.3 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 105 105" xmlns="http://www.w3.org/2000/svg" fill="#fff">>
2 <circle cx="12.5" cy="12.5" r="12.5">
3 <animate
4 attributeName="fill-opacity"
5 begin="0s"
6 dur="1s"
7 values="1;.2;1"
8 calcMode="linear"
9 repeatCount="indefinite"
10 />
11 </circle>
12 <circle cx="12.5" cy="52.5" r="12.5" fill-opacity=".5">
13 <animate
14 attributeName="fill-opacity"
15 begin="100ms"
16 dur="1s"
17 values="1;.2;1"
18 calcMode="linear"
19 repeatCount="indefinite"
20 />
21 </circle>
22 <circle cx="52.5" cy="12.5" r="12.5">
23 <animate
24 attributeName="fill-opacity"
25 begin="300ms"
26 dur="1s"
27 values="1;.2;1"
28 calcMode="linear"
29 repeatCount="indefinite"
30 />
31 </circle>
32 <circle cx="52.5" cy="52.5" r="12.5">
33 <animate
34 attributeName="fill-opacity"
35 begin="600ms"
36 dur="1s"
37 values="1;.2;1"
38 calcMode="linear"
39 repeatCount="indefinite"
40 />
41 </circle>
42 <circle cx="92.5" cy="12.5" r="12.5">
43 <animate
44 attributeName="fill-opacity"
45 begin="800ms"
46 dur="1s"
47 values="1;.2;1"
48 calcMode="linear"
49 repeatCount="indefinite"
50 />
51 </circle>
52 <circle cx="92.5" cy="52.5" r="12.5">
53 <animate
54 attributeName="fill-opacity"
55 begin="400ms"
56 dur="1s"
57 values="1;.2;1"
58 calcMode="linear"
59 repeatCount="indefinite"
60 />
61 </circle>
62 <circle cx="12.5" cy="92.5" r="12.5">
63 <animate
64 attributeName="fill-opacity"
65 begin="700ms"
66 dur="1s"
67 values="1;.2;1"
68 calcMode="linear"
69 repeatCount="indefinite"
70 />
71 </circle>
72 <circle cx="52.5" cy="92.5" r="12.5">
73 <animate
74 attributeName="fill-opacity"
75 begin="500ms"
76 dur="1s"
77 values="1;.2;1"
78 calcMode="linear"
79 repeatCount="indefinite"
80 />
81 </circle>
82 <circle cx="92.5" cy="92.5" r="12.5">
83 <animate
84 attributeName="fill-opacity"
85 begin="200ms"
86 dur="1s"
87 values="1;.2;1"
88 calcMode="linear"
89 repeatCount="indefinite"
90 />
91 </circle>
92 </svg>
93