From 49f56e5f39b5d09016d033cde3c0ebbb6590ba88 Mon Sep 17 00:00:00 2001 From: jhynsoo Date: Wed, 22 May 2024 15:21:20 +0900 Subject: [PATCH] Design: Adjust skeleton animation curve --- src/components/chatbot/TravelChatBot.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chatbot/TravelChatBot.vue b/src/components/chatbot/TravelChatBot.vue index abc4b26..94baf86 100644 --- a/src/components/chatbot/TravelChatBot.vue +++ b/src/components/chatbot/TravelChatBot.vue @@ -134,7 +134,7 @@ function handleSubmit() { ); background-size: 200% 100%; background-position: 100% 0; - animation: skeleton 1.5s infinite ease-in-out; + animation: skeleton 1.5s infinite ease; border-radius: 4px; }