| 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 |
|