From 73f7b354c3806646302d08e34cca531d8b9378ab Mon Sep 17 00:00:00 2001 From: orz12 Date: Sat, 2 Mar 2024 12:53:22 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=8A=A0=E5=BF=AB=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/reply/view.dart | 2 +- lib/plugin/pl_player/view.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/video/detail/reply/view.dart b/lib/pages/video/detail/reply/view.dart index a33fad936..7cfa4541c 100644 --- a/lib/pages/video/detail/reply/view.dart +++ b/lib/pages/video/detail/reply/view.dart @@ -60,7 +60,7 @@ class _VideoReplyPanelState extends State } fabAnimationCtr = AnimationController( - vsync: this, duration: const Duration(milliseconds: 300)); + vsync: this, duration: const Duration(milliseconds: 100)); _videoReplyController.queryReplyList(); diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index 62281a53c..7e2a06fd0 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -125,7 +125,7 @@ class _PLVideoPlayerState extends State 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;