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 / audio / light.html

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

45 lines 1.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 55 80" xmlns="http://www.w3.org/2000/svg" fill="#FFF">>
2 <g transform="matrix(1 0 0 -1 0 80)">
3 <rect width="10" height="20" rx="3">
4 <animate
5 attributeName="height"
6 begin="0s"
7 dur="4.3s"
8 values="20;45;57;80;64;32;66;45;64;23;66;13;64;56;34;34;2;23;76;79;20"
9 calcMode="linear"
10 repeatCount="indefinite"
11 />
12 </rect>
13 <rect x="15" width="10" height="80" rx="3">
14 <animate
15 attributeName="height"
16 begin="0s"
17 dur="2s"
18 values="80;55;33;5;75;23;73;33;12;14;60;80"
19 calcMode="linear"
20 repeatCount="indefinite"
21 />
22 </rect>
23 <rect x="30" width="10" height="50" rx="3">
24 <animate
25 attributeName="height"
26 begin="0s"
27 dur="1.4s"
28 values="50;34;78;23;56;23;34;76;80;54;21;50"
29 calcMode="linear"
30 repeatCount="indefinite"
31 />
32 </rect>
33 <rect x="45" width="10" height="30" rx="3">
34 <animate
35 attributeName="height"
36 begin="0s"
37 dur="2s"
38 values="30;45;13;80;56;72;45;76;34;23;67;30"
39 calcMode="linear"
40 repeatCount="indefinite"
41 />
42 </rect>
43 </g>
44 </svg>
45