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

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

34 lines 1.1 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 38 38" xmlns="http://www.w3.org/2000/svg">>
2 <defs>
3 <linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="b">
4 <stop stop-color="#fff" stop-opacity="0" offset="0%" />
5 <stop stop-color="#fff" stop-opacity=".631" offset="63.146%" />
6 <stop stop-color="#fff" offset="100%" />
7 </linearGradient>
8 </defs>
9 <g fill="none" fill-rule="evenodd">
10 <g transform="translate(1 1)">
11 <path d="M36 18c0-9.94-8.06-18-18-18" id="Oval-2" stroke="url(#b)" stroke-width="2">
12 <animateTransform
13 attributeName="transform"
14 type="rotate"
15 from="0 18 18"
16 to="360 18 18"
17 dur="0.9s"
18 repeatCount="indefinite"
19 />
20 </path>
21 <circle fill="#fff" cx="36" cy="18" r="1">
22 <animateTransform
23 attributeName="transform"
24 type="rotate"
25 from="0 18 18"
26 to="360 18 18"
27 dur="0.9s"
28 repeatCount="indefinite"
29 />
30 </circle>
31 </g>
32 </g>
33 </svg>
34