Fixed Animatable

This commit is contained in:
ClemensF 2021-01-17 23:46:24 +01:00
parent 068a9ef8a6
commit ad757def15
2 changed files with 2 additions and 2 deletions

View file

@ -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)
{

View file

@ -185,7 +185,7 @@
<Compile Include="..\Shared\WorldMercatorProjection.cs">
<Link>WorldMercatorProjection.cs</Link>
</Compile>
<Compile Include="AnimatableEx.UWP.cs" />
<Compile Include="Animatable.UWP.cs" />
<Compile Include="ImageCache.UWP.cs" />
<Compile Include="ImageFileCache.UWP.cs" />
<Compile Include="Map.UWP.cs" />