galaxy/loaders/Javierrocadev_new-sloth-45.html

7 lines
398 B
HTML

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