Change scroll animation length
This commit is contained in:
parent
a72d696f49
commit
150de1a669
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue