From ad757def159428062d5011200d1422cf47bd3ca9 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Sun, 17 Jan 2021 23:46:24 +0100 Subject: [PATCH] Fixed Animatable --- MapControl/UWP/{AnimatableEx.UWP.cs => Animatable.UWP.cs} | 2 +- MapControl/UWP/MapControl.UWP.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename MapControl/UWP/{AnimatableEx.UWP.cs => Animatable.UWP.cs} (97%) diff --git a/MapControl/UWP/AnimatableEx.UWP.cs b/MapControl/UWP/Animatable.UWP.cs similarity index 97% rename from MapControl/UWP/AnimatableEx.UWP.cs rename to MapControl/UWP/Animatable.UWP.cs index e6ca621a..ffcb3828 100644 --- a/MapControl/UWP/AnimatableEx.UWP.cs +++ b/MapControl/UWP/Animatable.UWP.cs @@ -7,7 +7,7 @@ using Windows.UI.Xaml.Media.Animation; namespace MapControl { - internal static class AnimatableEx + internal static class Animatable { public static void BeginAnimation(this DependencyObject obj, DependencyProperty property, Timeline animation) { diff --git a/MapControl/UWP/MapControl.UWP.csproj b/MapControl/UWP/MapControl.UWP.csproj index 737eeabb..1304e466 100644 --- a/MapControl/UWP/MapControl.UWP.csproj +++ b/MapControl/UWP/MapControl.UWP.csproj @@ -185,7 +185,7 @@ WorldMercatorProjection.cs - +