Question

I would like to animate a UI control (an Image actually) over a Path provided.

It is looking that it is not possible to do it in Windows 8 using XAML although it was possible with .NET 4.5 as far as I could see from the below reference.

http://msdn.microsoft.com/en-us/library/ms746981.aspx

My question is whether there is a work around that I can use to achieve my goal or get closer to it.

Was it helpful?

Solution

WinRT is very similar to Silverlight, so many Silverlight solutions can work in WinRT with minimal or no changes. This sample on CodeProject should give you DoubleAnimationUsingPath with little work.

http://www.codeproject.com/Articles/30819/Animation-Along-a-Path-for-Silverlight

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top