From 385976768eaa772f536ee332e0f659c2d3ad00fa Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Fri, 26 Aug 2022 17:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=BF=AB=E5=8A=A8=E7=94=BB=E9=80=9F?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/HUDView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/HUDView.swift b/Source/HUDView.swift index 57e4f6c..1597b75 100644 --- a/Source/HUDView.swift +++ b/Source/HUDView.swift @@ -218,7 +218,7 @@ internal extension UIView { } class func animateForGuard(animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil) { - animateEaseOut(duration: 0.6, delay: 0, animations: animations, completion: completion) + animateEaseOut(duration: 0.45, delay: 0, animations: animations, completion: completion) } class func animateForGuard(animations: @escaping () -> Void) { animateForGuard(animations: animations, completion: nil)