Skip to content

Commit 331c84f

Browse files
committed
use dot loader to use tailwind animations
1 parent 9314efb commit 331c84f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<template>
2-
<span class="dot-loader">
3-
<span class="dot"></span>
4-
<span class="dot"></span>
5-
<span class="dot"></span>
2+
<span class="inline-flex items-center">
3+
<span class="w-1 h-1 rounded-full bg-current mx-0.5 animate-dot-flashing"></span>
4+
<span
5+
class="w-1 h-1 rounded-full bg-current mx-0.5 animate-dot-flashing [animation-delay:0.2s]"
6+
></span>
7+
<span
8+
class="w-1 h-1 rounded-full bg-current mx-0.5 animate-dot-flashing [animation-delay:0.4s]"
9+
></span>
610
</span>
711
</template>

0 commit comments

Comments
 (0)