mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 加快动画速度
This commit is contained in:
@@ -60,7 +60,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
|
||||
}
|
||||
|
||||
fabAnimationCtr = AnimationController(
|
||||
vsync: this, duration: const Duration(milliseconds: 300));
|
||||
vsync: this, duration: const Duration(milliseconds: 100));
|
||||
|
||||
_videoReplyController.queryReplyList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user