From 9f8ef8acb02efc80b49f827b5bde514da1157a81 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Sat, 7 Oct 2017 17:55:03 +0200 Subject: [PATCH] Version 4.1.0 --- MapControl/Shared/Tile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/Tile.cs b/MapControl/Shared/Tile.cs index 6f29f863..c4a3788f 100644 --- a/MapControl/Shared/Tile.cs +++ b/MapControl/Shared/Tile.cs @@ -13,7 +13,7 @@ namespace MapControl { public partial class Tile { - public static TimeSpan FadeDuration { get; set; } = TimeSpan.FromSeconds(0.1); + public static TimeSpan FadeDuration { get; set; } = TimeSpan.FromSeconds(0.15); public readonly int ZoomLevel; public readonly int X;