From b69d7735274b8d0f741da8a6bb8b8e1347477a5a Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 19 三月 2020 17:14:16 +0800
Subject: [PATCH] 20200319
---
Shared.IOS/UI/View.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Shared.IOS/UI/View.cs b/Shared.IOS/UI/View.cs
index 4d90fe0..bbcc52c 100644
--- a/Shared.IOS/UI/View.cs
+++ b/Shared.IOS/UI/View.cs
@@ -650,7 +650,7 @@
case Animate.DownToUp:
frame.Y += RealView.Frame.Height;
RealView.Frame = frame;
- UIView.AnimateNotify(0.6f, 0.001f, UIViewAnimationOptions.CurveLinear, () =>
+ UIView.AnimateNotify(0.2f, 0.001f, UIViewAnimationOptions.CurveLinear, () =>
{
RealView.Frame = frameBefore;
}, null);
@@ -658,7 +658,7 @@
case Animate.UpToDown:
frame.Y -= RealView.Frame.Height;
RealView.Frame = frame;
- UIView.AnimateNotify(0.6f, 0.001f, UIViewAnimationOptions.CurveLinear, () =>
+ UIView.AnimateNotify(0.2f, 0.001f, UIViewAnimationOptions.CurveLinear, () =>
{
RealView.Frame = frameBefore;
}, null);
--
Gitblit v1.8.0