From a67e9e1048032832c92f1fac17b10e05f70f9ceb Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Fri, 7 Mar 2025 22:01:09 -0700 Subject: [PATCH] Update ChatResponseReasoning.tsx --- .../ChatContent/ChatResponseMessages/ChatResponseReasoning.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/layouts/ChatLayout/ChatContainer/ChatContent/ChatResponseMessages/ChatResponseReasoning.tsx b/web/src/layouts/ChatLayout/ChatContainer/ChatContent/ChatResponseMessages/ChatResponseReasoning.tsx index 99b8d428b..bec7711ef 100644 --- a/web/src/layouts/ChatLayout/ChatContainer/ChatContent/ChatResponseMessages/ChatResponseReasoning.tsx +++ b/web/src/layouts/ChatLayout/ChatContainer/ChatContent/ChatResponseMessages/ChatResponseReasoning.tsx @@ -12,7 +12,8 @@ import { queryKeys } from '@/api/query_keys'; const animations = { initial: { opacity: 0 }, animate: { opacity: 1 }, - exit: { opacity: 0 } + exit: { opacity: 0 }, + transition: { delay: 0.125 } }; export const ChatResponseReasoning: React.FC<{