From 150de1a66923b433d785f828f24f0582311245f3 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 19 May 2026 21:45:03 -0400 Subject: [PATCH] Change scroll animation length --- lib/widgets/room_chat.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/room_chat.dart b/lib/widgets/room_chat.dart index a531cdb..3dcea9b 100644 --- a/lib/widgets/room_chat.dart +++ b/lib/widgets/room_chat.dart @@ -339,7 +339,7 @@ class RoomChat extends HookConsumerWidget { scrollController: scrollController, alignment: 0.5, duration: (_) => - Duration(milliseconds: 250), + Duration(milliseconds: 700), curve: (_) => Curves.easeInOut, ); flashingEvent.value = replyId;