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

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

93 lines 2.5 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 135 140" xmlns="http://www.w3.org/2000/svg" fill="#050a0e">>
2 <rect y="10" width="15" height="120" rx="6">
3 <animate
4 attributeName="height"
5 begin="0.5s"
6 dur="1s"
7 values="120;110;100;90;80;70;60;50;40;140;120"
8 calcMode="linear"
9 repeatCount="indefinite"
10 />
11 <animate
12 attributeName="y"
13 begin="0.5s"
14 dur="1s"
15 values="10;15;20;25;30;35;40;45;50;0;10"
16 calcMode="linear"
17 repeatCount="indefinite"
18 />
19 </rect>
20 <rect x="30" y="10" width="15" height="120" rx="6">
21 <animate
22 attributeName="height"
23 begin="0.25s"
24 dur="1s"
25 values="120;110;100;90;80;70;60;50;40;140;120"
26 calcMode="linear"
27 repeatCount="indefinite"
28 />
29 <animate
30 attributeName="y"
31 begin="0.25s"
32 dur="1s"
33 values="10;15;20;25;30;35;40;45;50;0;10"
34 calcMode="linear"
35 repeatCount="indefinite"
36 />
37 </rect>
38 <rect x="60" width="15" height="140" rx="6">
39 <animate
40 attributeName="height"
41 begin="0s"
42 dur="1s"
43 values="120;110;100;90;80;70;60;50;40;140;120"
44 calcMode="linear"
45 repeatCount="indefinite"
46 />
47 <animate
48 attributeName="y"
49 begin="0s"
50 dur="1s"
51 values="10;15;20;25;30;35;40;45;50;0;10"
52 calcMode="linear"
53 repeatCount="indefinite"
54 />
55 </rect>
56 <rect x="90" y="10" width="15" height="120" rx="6">
57 <animate
58 attributeName="height"
59 begin="0.25s"
60 dur="1s"
61 values="120;110;100;90;80;70;60;50;40;140;120"
62 calcMode="linear"
63 repeatCount="indefinite"
64 />
65 <animate
66 attributeName="y"
67 begin="0.25s"
68 dur="1s"
69 values="10;15;20;25;30;35;40;45;50;0;10"
70 calcMode="linear"
71 repeatCount="indefinite"
72 />
73 </rect>
74 <rect x="120" y="10" width="15" height="120" rx="6">
75 <animate
76 attributeName="height"
77 begin="0.5s"
78 dur="1s"
79 values="120;110;100;90;80;70;60;50;40;140;120"
80 calcMode="linear"
81 repeatCount="indefinite"
82 />
83 <animate
84 attributeName="y"
85 begin="0.5s"
86 dur="1s"
87 values="10;15;20;25;30;35;40;45;50;0;10"
88 calcMode="linear"
89 repeatCount="indefinite"
90 />
91 </rect>
92 </svg>
93