From 23c075a9c27946773feccf05abc90489a6bf5203 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 06 七月 2020 15:58:53 +0800
Subject: [PATCH] 20200706

---
 Shared.IOS/UI/UIDrawerLayout.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Shared.IOS/UI/UIDrawerLayout.cs b/Shared.IOS/UI/UIDrawerLayout.cs
index bca0d56..b717668 100644
--- a/Shared.IOS/UI/UIDrawerLayout.cs
+++ b/Shared.IOS/UI/UIDrawerLayout.cs
@@ -96,7 +96,7 @@
             else
             {
                 UIView.BeginAnimations("move");
-                UIView.SetAnimationDuration(0.5);
+                UIView.SetAnimationDuration(0.3);
                 //UIView.SetAnimationDelegate(leftView);
                 leftView.Frame = leftFrame;
                 RefreshMaskUIViewBackgroundColor(leftView.Frame.X);

--
Gitblit v1.8.0