galaxy/loaders/Javierrocadev_hard-horse-30.html

7 lines
409 B
HTML

<!-- From Uiverse.io by Javierrocadev - Tags: blue, loader, bounce animation, tailwind -->
<div class="flex flex-row gap-2">
<div class="w-4 h-4 rounded-full bg-blue-700 animate-bounce [animation-delay:.7s]"></div>
<div class="w-4 h-4 rounded-full bg-blue-700 animate-bounce [animation-delay:.3s]"></div>
<div class="w-4 h-4 rounded-full bg-blue-700 animate-bounce [animation-delay:.7s]"></div>
</div>