Skip to content

Commit 9a3368e

Browse files
committed
added loading icon
1 parent dcbef1c commit 9a3368e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/BlazorApexCharts.Docs.Wasm/wwwroot/index.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,24 @@
1515
</head>
1616

1717
<body>
18-
<div id="app">Loading...</div>
18+
<div id="app">
19+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: rgb(247, 247, 247); display: block;" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
20+
<g transform="rotate(180 50 50)">
21+
<rect x="15" y="15" width="10" height="40" fill="#ebebeb">
22+
<animate attributeName="height" values="50;70;30;50" keyTimes="0;0.33;0.66;1" dur="1s" repeatCount="indefinite" calcMode="spline" keySplines="0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1" begin="-0.4s"></animate>
23+
</rect>
24+
<rect x="35" y="15" width="10" height="40" fill="#f0f0f0">
25+
<animate attributeName="height" values="50;70;30;50" keyTimes="0;0.33;0.66;1" dur="1s" repeatCount="indefinite" calcMode="spline" keySplines="0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1" begin="-0.2s"></animate>
26+
</rect>
27+
<rect x="55" y="15" width="10" height="40" fill="#ebebeb">
28+
<animate attributeName="height" values="50;70;30;50" keyTimes="0;0.33;0.66;1" dur="1s" repeatCount="indefinite" calcMode="spline" keySplines="0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1" begin="-0.6s"></animate>
29+
</rect>
30+
<rect x="75" y="15" width="10" height="40" fill="#f0f0f0">
31+
<animate attributeName="height" values="50;70;30;50" keyTimes="0;0.33;0.66;1" dur="1s" repeatCount="indefinite" calcMode="spline" keySplines="0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1" begin="-1s"></animate>
32+
</rect>
33+
</g>
34+
</svg>
35+
</div>
1936

2037
<div id="blazor-error-ui">
2138
An unhandled error has occurred.

0 commit comments

Comments
 (0)