mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update Tile.cs
This commit is contained in:
parent
acc400dcd9
commit
ebdbc012f2
|
|
@ -64,7 +64,6 @@ namespace MapControl
|
||||||
new DoubleAnimation
|
new DoubleAnimation
|
||||||
{
|
{
|
||||||
From = 0d,
|
From = 0d,
|
||||||
To = 1d,
|
|
||||||
Duration = MapBase.ImageFadeDuration,
|
Duration = MapBase.ImageFadeDuration,
|
||||||
FillBehavior = FillBehavior.Stop
|
FillBehavior = FillBehavior.Stop
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue