11 lines
416 B
Svelte
11 lines
416 B
Svelte
<div class="flex place-items-center gap-2 p-2">
|
|
<div
|
|
class="bg-accent animation-delay-0 size-2.5 animate-[bounce_0.75s_ease-in-out_infinite] rounded-full"
|
|
></div>
|
|
<div
|
|
class="bg-accent animation-delay-100 size-2.5 animate-[bounce_0.75s_ease-in-out_infinite] rounded-full"
|
|
></div>
|
|
<div
|
|
class="bg-accent animation-delay-200 size-2.5 animate-[bounce_0.75s_ease-in-out_infinite] rounded-full"
|
|
></div>
|
|
</div>
|