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;