From 174be085b53a0c61405ccb17551848c1c999d727 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Sat, 12 Oct 2024 17:48:49 +0900 Subject: [PATCH] fix: add animation to circle --- src/components/ContentLoader/ContentLoader.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ContentLoader/ContentLoader.vue b/src/components/ContentLoader/ContentLoader.vue index 5986da1..9539444 100644 --- a/src/components/ContentLoader/ContentLoader.vue +++ b/src/components/ContentLoader/ContentLoader.vue @@ -85,6 +85,7 @@ const lines = computed(() => { .circle { background-color: #ccc; border-radius: 50%; + animation: pulse 1.5s ease-in-out infinite; } @keyframes pulse {