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();
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user