Web: People: fix first loader

This commit is contained in:
Viktor Fomin 2020-11-09 15:11:04 +03:00
parent 7211978a38
commit 33ef924307

View File

@ -93,6 +93,56 @@
<div id="temp-content">
<header class="temp-header-container">
<svg
role="img"
width="100%"
height="100%"
aria-labelledby="loading-aria0"
preserveAspectRatio="none"
>
<rect
x="0"
y="16"
width="100%"
height="24"
clip-path="url(#clip-path0)"
style="fill: url('#fill0')"
></rect>
<defs>
<clipPath id="clip-path0">
<rect x="3" y="3" rx="5" ry="5" width="100%" />
</clipPath>
<linearGradient id="fill0">
<stop offset="0.599964" stop-color="#fff" stop-opacity="0.1">
<animate
attributeName="offset"
values="-2; -2; 1"
keyTimes="0; 0.25; 1"
dur="2s"
repeatCount="indefinite"
></animate>
</stop>
<stop offset="1.59996" stop-color="#fff" stop-opacity="0.1">
<animate
attributeName="offset"
values="-1; -1; 2"
keyTimes="0; 0.25; 1"
dur="2s"
repeatCount="indefinite"
></animate>
</stop>
<stop offset="2.59996" stop-color="#fff" stop-opacity="0.1">
<animate
attributeName="offset"
values="0; 0; 3"
keyTimes="0; 0.25; 1"
dur="2s"
repeatCount="indefinite"
></animate>
</stop>
</linearGradient>
</defs>
</svg>
</header>
<div class="temp-content-loader">