mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-08 17:50:17 +01:00
Fixed Animatable
This commit is contained in:
parent
068a9ef8a6
commit
ad757def15
|
|
@ -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)
|
||||
{
|
||||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue