diff --git a/lib/widgets/chat/chat_event_list.dart b/lib/widgets/chat/chat_event_list.dart index 9e8518c..18c43b8 100644 --- a/lib/widgets/chat/chat_event_list.dart +++ b/lib/widgets/chat/chat_event_list.dart @@ -84,8 +84,8 @@ class ChatEventList extends StatelessWidget { ); }, ).animate(key: Key('m-animation${item.uuid}')).slideY( - duration: 500.ms, - curve: Curves.easeInOut, + duration: 250.ms, + curve: Curves.fastEaseInToSlowEaseOut, end: 0, begin: 0.5, );