17 lines
1.5 KiB
XML
17 lines
1.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 160">
|
|
<rect id="rect1" style="stroke-width:1" y="40" x="30" height="80" width="20" opacity="0.2">
|
|
<animate attributeName="opacity" attributeType="XML" values="0.2; 1; .2" begin="0s" dur="0.6s" repeatCount="indefinite"></animate>
|
|
<animate attributeName="height" attributeType="XML" values="50; 100; 50" begin="0s" dur="0.6s" repeatCount="indefinite"></animate>
|
|
<animate attributeName="y" attributeType="XML" values="60; 30; 60" begin="0s" dur="0.6s" repeatCount="indefinite"></animate>
|
|
</rect>
|
|
<rect id="rect2" style="stroke-width:1" y="50" x="70" height="60" width="20" opacity="0.2">
|
|
<animate attributeName="opacity" attributeType="XML" values="0.2; 1; .2" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate>
|
|
<animate attributeName="height" attributeType="XML" values="50; 100; 50" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate>
|
|
<animate attributeName="y" attributeType="XML" values="60; 30; 60" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate>
|
|
</rect>
|
|
<rect id="rect3" style="stroke-width:1" y="45" x="110" height="70" width="20" opacity="0.2">
|
|
<animate attributeName="opacity" attributeType="XML" values="0.2; 1; .2" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate>
|
|
<animate attributeName="height" attributeType="XML" values="50; 100; 50" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate>
|
|
<animate attributeName="y" attributeType="XML" values="60; 30; 60" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate>
|
|
</rect>
|
|
</svg> |