💫 Optimize chat event list animation
This commit is contained in:
parent
bc3401a897
commit
98cc313a91
@ -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,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user