Change scroll animation length

This commit is contained in:
Henry Hiles 2026-05-19 21:45:03 -04:00
commit 150de1a669
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -339,7 +339,7 @@ class RoomChat extends HookConsumerWidget {
scrollController: scrollController, scrollController: scrollController,
alignment: 0.5, alignment: 0.5,
duration: (_) => duration: (_) =>
Duration(milliseconds: 250), Duration(milliseconds: 700),
curve: (_) => Curves.easeInOut, curve: (_) => Curves.easeInOut,
); );
flashingEvent.value = replyId; flashingEvent.value = replyId;