mod: 加快动画速度

This commit is contained in:
orz12
2024-03-02 12:53:22 +08:00
parent b166af8767
commit 73f7b354c3
2 changed files with 2 additions and 2 deletions

View File

@@ -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();

View File

@@ -125,7 +125,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
void initState() {
super.initState();
animationController = AnimationController(
vsync: this, duration: const Duration(milliseconds: 300));
vsync: this, duration: const Duration(milliseconds: 100));
videoController = widget.controller.videoController!;
widget.controller.headerControl = widget.headerControl;
widget.controller.bottomControl = widget.bottomControl;